Html Css Color HEX #D08764 Burning Sand

📋 copy color: '#D08764'

red 208 ◦ green 135 ◦ blue 100

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

Shades of Burning Sand #D08764

Tints of Burning Sand #D08764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

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

R = 46.95%
G = 30.47%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D08764 (or 0xD08764) is known color: Burning Sand. HEX triplet: D0, 87 and 64. RGB value is (208,135,100). Sum of RGB (Red+Green+Blue) = 208+135+100=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08764 is #2F789B. Grayscale: #999999. Windows color (decimal): -3111068 or 6588368. OLE color: 6588368.

HSL color Cylindrical-coordinate representation of color #D08764: hue angle of 19.44º 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 #D08764 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 100 -
CMYK 0 0.35 0.52 0.18
HSL 19.44º 0.53% 0.6% -
HSV(B) 19.44º 0.52% 0.82% -
XYZ 36.98 31.66 16.22 -
YUV 152.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 208 135 100 0 0.35 0.52 0.18 19.44 0.53 0.6
Hex D0 87 64 0 23 34 12 13 35 3C
Octal 320 207 144 0 43 64 22 23 65 74
Binary 11010000 10000111 1100100 0 100011 110100 10010 10011 110101 111100

Color Harmonies of #D08764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08764

Black with #D08764

Text Example


Text Example

White with #D08764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08764; }

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

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

background-color css

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

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

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

border-color css

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

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

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