Html Css Color HEX #D08969 Burning Sand

📋 copy color: '#D08969'

red 208 ◦ green 137 ◦ blue 105

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

Shades of Burning Sand #D08969

Tints of Burning Sand #D08969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 46.22%
G = 30.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08969 (or 0xD08969) is known color: Burning Sand. HEX triplet: D0, 89 and 69. RGB value is (208,137,105). Sum of RGB (Red+Green+Blue) = 208+137+105=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D08969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08969 is #2F7696. Grayscale: #9A9A9A. Windows color (decimal): -3110551 or 6916560. OLE color: 6916560.

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

Color convert

RGB 208 137 105 -
CMYK 0 0.34 0.50 0.18
HSL 18.64º 0.52% 0.61% -
HSV(B) 18.64º 0.5% 0.82% -
XYZ 37.51 32.32 17.63 -
YUV 154.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 208 137 105 0 0.34 0.50 0.18 18.64 0.52 0.61
Hex D0 89 69 0 22 32 12 13 34 3D
Octal 320 211 151 0 42 62 22 23 64 75
Binary 11010000 10001001 1101001 0 100010 110010 10010 10011 110100 111101

Color Harmonies of #D08969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08969

Black with #D08969

Text Example


Text Example

White with #D08969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08969; }

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

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

background-color css

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

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

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

border-color css

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

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

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