Html Css Color HEX #D08063 Burning Sand

📋 copy color: '#D08063'

red 208 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #D08063

Tints of Burning Sand #D08063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.76%

R = 47.82%
G = 29.43%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D08063 (or 0xD08063) is known color: Burning Sand. HEX triplet: D0, 80 and 63. RGB value is (208,128,99). Sum of RGB (Red+Green+Blue) = 208+128+99=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08063 is #2F7F9C. Grayscale: #949494. Windows color (decimal): -3112861 or 6521040. OLE color: 6521040.

HSL color Cylindrical-coordinate representation of color #D08063: hue angle of 15.96º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D08063 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 99 -
CMYK 0 0.38 0.52 0.18
HSL 15.96º 0.54% 0.6% -
HSV(B) 15.96º 0.52% 0.82% -
XYZ 35.98 29.75 15.65 -
YUV 148.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 208 128 99 0 0.38 0.52 0.18 15.96 0.54 0.6
Hex D0 80 63 0 26 34 12 10 36 3C
Octal 320 200 143 0 46 64 22 20 66 74
Binary 11010000 10000000 1100011 0 100110 110100 10010 10000 110110 111100

Color Harmonies of #D08063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08063

Black with #D08063

Text Example


Text Example

White with #D08063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08063; }

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

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

background-color css

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

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

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

border-color css

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

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

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