Html Css Color HEX #D08669 Burning Sand

📋 copy color: '#D08669'

red 208 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #D08669

Tints of Burning Sand #D08669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

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

R = 46.53%
G = 29.98%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08669 (or 0xD08669) is known color: Burning Sand. HEX triplet: D0, 86 and 69. RGB value is (208,134,105). Sum of RGB (Red+Green+Blue) = 208+134+105=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D08669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08669 is #2F7996. Grayscale: #999999. Windows color (decimal): -3111319 or 6915792. OLE color: 6915792.

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

Color convert

RGB 208 134 105 -
CMYK 0 0.36 0.50 0.18
HSL 16.89º 0.52% 0.61% -
HSV(B) 16.89º 0.5% 0.82% -
XYZ 37.09 31.48 17.49 -
YUV 152.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 208 134 105 0 0.36 0.50 0.18 16.89 0.52 0.61
Hex D0 86 69 0 24 32 12 11 34 3D
Octal 320 206 151 0 44 62 22 21 64 75
Binary 11010000 10000110 1101001 0 100100 110010 10010 10001 110100 111101

Color Harmonies of #D08669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08669

Black with #D08669

Text Example


Text Example

White with #D08669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08669; }

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

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

background-color css

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

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

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

border-color css

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

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

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