Html Css Color HEX #D08558 Burning Sand

📋 copy color: '#D08558'

red 208 ◦ green 133 ◦ blue 88

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

Shades of Burning Sand #D08558

Tints of Burning Sand #D08558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 48.48%
G = 31%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08558 (or 0xD08558) is known color: Burning Sand. HEX triplet: D0, 85 and 58. RGB value is (208,133,88). Sum of RGB (Red+Green+Blue) = 208+133+88=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D08558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08558 is #2F7AA7. Grayscale: #969696. Windows color (decimal): -3111592 or 5801424. OLE color: 5801424.

HSL color Cylindrical-coordinate representation of color #D08558: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D08558 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 88 -
CMYK 0 0.36 0.58 0.18
HSL 22.5º 0.56% 0.58% -
HSV(B) 22.5º 0.58% 0.82% -
XYZ 36.16 30.89 13.29 -
YUV 150.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 208 133 88 0 0.36 0.58 0.18 22.5 0.56 0.58
Hex D0 85 58 0 24 3A 12 16 38 3A
Octal 320 205 130 0 44 72 22 26 70 72
Binary 11010000 10000101 1011000 0 100100 111010 10010 10110 111000 111010

Color Harmonies of #D08558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08558

Black with #D08558

Text Example


Text Example

White with #D08558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08558; }

 p { color: rgb(208,133,88); }

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

background-color css

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

 a { background-color: rgb(208,133,88); }

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

border-color css

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

 span { border-color: rgb(208,133,88); }

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