Html Css Color HEX #D08965 Burning Sand

📋 copy color: '#D08965'

red 208 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #D08965

Tints of Burning Sand #D08965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 46.64%
G = 30.72%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08965 (or 0xD08965) is known color: Burning Sand. HEX triplet: D0, 89 and 65. RGB value is (208,137,101). Sum of RGB (Red+Green+Blue) = 208+137+101=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D08965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08965 is #2F769A. Grayscale: #9A9A9A. Windows color (decimal): -3110555 or 6654416. OLE color: 6654416.

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

Color convert

RGB 208 137 101 -
CMYK 0 0.34 0.51 0.18
HSL 20.19º 0.53% 0.61% -
HSV(B) 20.19º 0.51% 0.82% -
XYZ 37.31 32.24 16.57 -
YUV 154.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 208 137 101 0 0.34 0.51 0.18 20.19 0.53 0.61
Hex D0 89 65 0 22 33 12 14 35 3D
Octal 320 211 145 0 42 63 22 24 65 75
Binary 11010000 10001001 1100101 0 100010 110011 10010 10100 110101 111101

Color Harmonies of #D08965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08965

Black with #D08965

Text Example


Text Example

White with #D08965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08965; }

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

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

background-color css

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

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

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

border-color css

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

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

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