Html Css Color HEX #D08066 Burning Sand

📋 copy color: '#D08066'

red 208 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #D08066

Tints of Burning Sand #D08066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 47.49%
G = 29.22%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08066 (or 0xD08066) is known color: Burning Sand. HEX triplet: D0, 80 and 66. RGB value is (208,128,102). Sum of RGB (Red+Green+Blue) = 208+128+102=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08066 is #2F7F99. Grayscale: #959595. Windows color (decimal): -3112858 or 6717648. OLE color: 6717648.

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

Color convert

RGB 208 128 102 -
CMYK 0 0.38 0.51 0.18
HSL 14.72º 0.53% 0.61% -
HSV(B) 14.72º 0.51% 0.82% -
XYZ 36.13 29.81 16.42 -
YUV 148.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 208 128 102 0 0.38 0.51 0.18 14.72 0.53 0.61
Hex D0 80 66 0 26 33 12 F 35 3D
Octal 320 200 146 0 46 63 22 17 65 75
Binary 11010000 10000000 1100110 0 100110 110011 10010 1111 110101 111101

Color Harmonies of #D08066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08066

Black with #D08066

Text Example


Text Example

White with #D08066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08066; }

 p { color: rgb(208,128,102); }

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

background-color css

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

 a { background-color: rgb(208,128,102); }

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

border-color css

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

 span { border-color: rgb(208,128,102); }

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