Html Css Color HEX #D08269 Burning Sand

📋 copy color: '#D08269'

red 208 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #D08269

Tints of Burning Sand #D08269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 46.95%
G = 29.35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08269 (or 0xD08269) is known color: Burning Sand. HEX triplet: D0, 82 and 69. RGB value is (208,130,105). Sum of RGB (Red+Green+Blue) = 208+130+105=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08269 is #2F7D96. Grayscale: #969696. Windows color (decimal): -3112343 or 6914768. OLE color: 6914768.

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

Color convert

RGB 208 130 105 -
CMYK 0 0.38 0.50 0.18
HSL 14.56º 0.52% 0.61% -
HSV(B) 14.56º 0.5% 0.82% -
XYZ 36.54 30.4 17.31 -
YUV 150.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 208 130 105 0 0.38 0.50 0.18 14.56 0.52 0.61
Hex D0 82 69 0 26 32 12 F 34 3D
Octal 320 202 151 0 46 62 22 17 64 75
Binary 11010000 10000010 1101001 0 100110 110010 10010 1111 110100 111101

Color Harmonies of #D08269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08269

Black with #D08269

Text Example


Text Example

White with #D08269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08269; }

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

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

background-color css

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

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

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

border-color css

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

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

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