Html Css Color HEX #D08366 Burning Sand

📋 copy color: '#D08366'

red 208 ◦ green 131 ◦ blue 102

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

Shades of Burning Sand #D08366

Tints of Burning Sand #D08366

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 47.17%
G = 29.71%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08366 (or 0xD08366) is known color: Burning Sand. HEX triplet: D0, 83 and 66. RGB value is (208,131,102). Sum of RGB (Red+Green+Blue) = 208+131+102=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08366 is #2F7C99. Grayscale: #969696. Windows color (decimal): -3112090 or 6718416. OLE color: 6718416.

HSL color Cylindrical-coordinate representation of color #D08366: hue angle of 16.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D08366 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 102 -
CMYK 0 0.37 0.51 0.18
HSL 16.42º 0.53% 0.61% -
HSV(B) 16.42º 0.51% 0.82% -
XYZ 36.53 30.6 16.55 -
YUV 150.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 208 131 102 0 0.37 0.51 0.18 16.42 0.53 0.61
Hex D0 83 66 0 25 33 12 10 35 3D
Octal 320 203 146 0 45 63 22 20 65 75
Binary 11010000 10000011 1100110 0 100101 110011 10010 10000 110101 111101

Color Harmonies of #D08366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08366

Black with #D08366

Text Example


Text Example

White with #D08366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08366; }

 p { color: rgb(208,131,102); }

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

background-color css

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

 a { background-color: rgb(208,131,102); }

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

border-color css

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

 span { border-color: rgb(208,131,102); }

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