Html Css Color HEX #D48059 Burning Sand

📋 copy color: '#D48059'

red 212 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #D48059

Tints of Burning Sand #D48059

RGB

 RED value IS 212 (83.2% from 255) = 49.42%

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

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

R = 49.42%
G = 29.84%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48059 (or 0xD48059) is known color: Burning Sand. HEX triplet: D4, 80 and 59. RGB value is (212,128,89). Sum of RGB (Red+Green+Blue) = 212+128+89=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48059 is #2B7FA6. Grayscale: #949494. Windows color (decimal): -2850727 or 5865684. OLE color: 5865684.

HSL color Cylindrical-coordinate representation of color #D48059: hue angle of 19.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D48059 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 89 -
CMYK 0 0.40 0.58 0.17
HSL 19.02º 0.59% 0.59% -
HSV(B) 19.02º 0.58% 0.83% -
XYZ 36.67 30.16 13.34 -
YUV 148.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 212 128 89 0 0.40 0.58 0.17 19.02 0.59 0.59
Hex D4 80 59 0 28 3A 11 13 3B 3B
Octal 324 200 131 0 50 72 21 23 73 73
Binary 11010100 10000000 1011001 0 101000 111010 10001 10011 111011 111011

Color Harmonies of #D48059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48059

Black with #D48059

Text Example


Text Example

White with #D48059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48059; }

 p { color: rgb(212,128,89); }

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

background-color css

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

 a { background-color: rgb(212,128,89); }

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

border-color css

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

 span { border-color: rgb(212,128,89); }

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