Html Css Color HEX #D97B66 Burning Sand

📋 copy color: '#D97B66'

red 217 ◦ green 123 ◦ blue 102

#D97B66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #D97B66

Tints of Burning Sand #D97B66

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

 GREEN value IS 123 (48.44% from 255) = 27.83%

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 49.1%
G = 27.83%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97B66 (or 0xD97B66) is known color: Burning Sand. HEX triplet: D9, 7B and 66. RGB value is (217,123,102). Sum of RGB (Red+Green+Blue) = 217+123+102=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B66 is #268499. Grayscale: #949494. Windows color (decimal): -2524314 or 6716377. OLE color: 6716377.

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

Color convert

RGB 217 123 102 -
CMYK 0 0.43 0.53 0.15
HSL 10.96º 0.6% 0.63% -
HSV(B) 10.96º 0.53% 0.85% -
XYZ 38.1 29.88 16.33 -
YUV 148.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 217 123 102 0 0.43 0.53 0.15 10.96 0.6 0.63
Hex D9 7B 66 0 2B 35 F B 3C 3F
Octal 331 173 146 0 53 65 17 13 74 77
Binary 11011001 1111011 1100110 0 101011 110101 1111 1011 111100 111111

Color Harmonies of #D97B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B66

Black with #D97B66

Text Example


Text Example

White with #D97B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B66; }

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

 H1.HeaderClassName
 {
   color: #D97B66;
 }
 .AnyTagClassName
 {
   color: #D97B66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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