#D97B62

Color #D97B62 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D97B62

Tints of Burning Sand #D97B62

Color information

#D97B62 (or 0xD97B62) is unknown color: approx Burning Sand. HEX triplet: D9, 7B and 62. RGB value is (217,123,98). Sum of RGB (Red+Green+Blue) = 217+123+98=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B62 is #26849D. Grayscale: #949494. Windows color (decimal): -2524318 or 6454233. OLE color: 6454233.

HSL color Cylindrical-coordinate representation of color #D97B62: hue angle of 12.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D97B62 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21712398-
CMYK00.430.550.15
HSL12.61º61.03%61.76%-
HSV(B)12.61º54.84%85.1%-
XYZ37.929.815.31-
YUV148.2699.64177.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=49.54%
G=28.08%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171239800.430.550.1512.6161.0361.76
HexD97B6202B37Fd3d3e
Octal3311731420536717157576
Binary1101100111110111100010010101111011111111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B62; }

 p { color: rgb(217,123,98); }

 H1.HeaderClassName
 {
   color: #D97B62;
 }
 .AnyTagClassName
 {
   color: #D97B62;
 }
</style>
background-color css

<style>
 a { background-color: #D97B62; }

 a { background-color: rgb(217,123,98); }

 div.DivClassName
 {
   background-color: #D97B62;
 }
 .BgClassName
 {
   background-color: #D97B62;
 }
</style>
border-color css

<style>
 span { border-color: #D97B62; }

 span { border-color: rgb(217,123,98); }

 td.TdClassName
 {
   border-color: #D97B62;
 }
 .TagClassName
 {
   border-color: #D97B62;
 }
</style>