Html Css Color HEX #D48158 Burning Sand

📋 copy color: '#D48158'

red 212 ◦ green 129 ◦ blue 88

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

Shades of Burning Sand #D48158

Tints of Burning Sand #D48158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 49.42%
G = 30.07%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48158 (or 0xD48158) is known color: Burning Sand. HEX triplet: D4, 81 and 58. RGB value is (212,129,88). Sum of RGB (Red+Green+Blue) = 212+129+88=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48158 is #2B7EA7. Grayscale: #959595. Windows color (decimal): -2850472 or 5800404. OLE color: 5800404.

HSL color Cylindrical-coordinate representation of color #D48158: hue angle of 19.84º 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 #D48158 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 88 -
CMYK 0 0.39 0.58 0.17
HSL 19.84º 0.59% 0.59% -
HSV(B) 19.84º 0.58% 0.83% -
XYZ 36.76 30.4 13.16 -
YUV 149.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 212 129 88 0 0.39 0.58 0.17 19.84 0.59 0.59
Hex D4 81 58 0 27 3A 11 14 3B 3B
Octal 324 201 130 0 47 72 21 24 73 73
Binary 11010100 10000001 1011000 0 100111 111010 10001 10100 111011 111011

Color Harmonies of #D48158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48158

Black with #D48158

Text Example


Text Example

White with #D48158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48158; }

 p { color: rgb(212,129,88); }

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

background-color css

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

 a { background-color: rgb(212,129,88); }

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

border-color css

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

 span { border-color: rgb(212,129,88); }

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