Html Css Color HEX #D08067 Burning Sand

📋 copy color: '#D08067'

red 208 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #D08067

Tints of Burning Sand #D08067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 47.38%
G = 29.16%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08067 (or 0xD08067) is known color: Burning Sand. HEX triplet: D0, 80 and 67. RGB value is (208,128,103). Sum of RGB (Red+Green+Blue) = 208+128+103=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08067 is #2F7F98. Grayscale: #959595. Windows color (decimal): -3112857 or 6783184. OLE color: 6783184.

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

Color convert

RGB 208 128 103 -
CMYK 0 0.38 0.50 0.18
HSL 14.29º 0.53% 0.61% -
HSV(B) 14.29º 0.5% 0.82% -
XYZ 36.18 29.83 16.68 -
YUV 149.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 208 128 103 0 0.38 0.50 0.18 14.29 0.53 0.61
Hex D0 80 67 0 26 32 12 E 35 3D
Octal 320 200 147 0 46 62 22 16 65 75
Binary 11010000 10000000 1100111 0 100110 110010 10010 1110 110101 111101

Color Harmonies of #D08067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08067

Black with #D08067

Text Example


Text Example

White with #D08067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08067; }

 p { color: rgb(208,128,103); }

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

background-color css

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

 a { background-color: rgb(208,128,103); }

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

border-color css

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

 span { border-color: rgb(208,128,103); }

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