Html Css Color HEX #D08359 Burning Sand

📋 copy color: '#D08359'

red 208 ◦ green 131 ◦ blue 89

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

Shades of Burning Sand #D08359

Tints of Burning Sand #D08359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

 BLUE value IS 89 (35.16% from 255) = 20.79%

R = 48.6%
G = 30.61%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D08359 (or 0xD08359) is known color: Burning Sand. HEX triplet: D0, 83 and 59. RGB value is (208,131,89). Sum of RGB (Red+Green+Blue) = 208+131+89=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D08359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08359 is #2F7CA6. Grayscale: #959595. Windows color (decimal): -3112103 or 5866448. OLE color: 5866448.

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

Color convert

RGB 208 131 89 -
CMYK 0 0.37 0.57 0.18
HSL 21.18º 0.56% 0.58% -
HSV(B) 21.18º 0.57% 0.82% -
XYZ 35.93 30.36 13.42 -
YUV 149.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 208 131 89 0 0.37 0.57 0.18 21.18 0.56 0.58
Hex D0 83 59 0 25 39 12 15 38 3A
Octal 320 203 131 0 45 71 22 25 70 72
Binary 11010000 10000011 1011001 0 100101 111001 10010 10101 111000 111010

Color Harmonies of #D08359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08359

Black with #D08359

Text Example


Text Example

White with #D08359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08359; }

 p { color: rgb(208,131,89); }

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

background-color css

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

 a { background-color: rgb(208,131,89); }

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

border-color css

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

 span { border-color: rgb(208,131,89); }

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