Html Css Color HEX #D08964 Burning Sand

📋 copy color: '#D08964'

red 208 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #D08964

Tints of Burning Sand #D08964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 46.74%
G = 30.79%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D08964 (or 0xD08964) is known color: Burning Sand. HEX triplet: D0, 89 and 64. RGB value is (208,137,100). Sum of RGB (Red+Green+Blue) = 208+137+100=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D08964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08964 is #2F769B. Grayscale: #9A9A9A. Windows color (decimal): -3110556 or 6588880. OLE color: 6588880.

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

Color convert

RGB 208 137 100 -
CMYK 0 0.34 0.52 0.18
HSL 20.56º 0.53% 0.6% -
HSV(B) 20.56º 0.52% 0.82% -
XYZ 37.26 32.22 16.31 -
YUV 154.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 208 137 100 0 0.34 0.52 0.18 20.56 0.53 0.6
Hex D0 89 64 0 22 34 12 15 35 3C
Octal 320 211 144 0 42 64 22 25 65 74
Binary 11010000 10001001 1100100 0 100010 110100 10010 10101 110101 111100

Color Harmonies of #D08964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08964

Black with #D08964

Text Example


Text Example

White with #D08964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08964; }

 p { color: rgb(208,137,100); }

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

background-color css

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

 a { background-color: rgb(208,137,100); }

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

border-color css

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

 span { border-color: rgb(208,137,100); }

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