Html Css Color HEX #D4825E Burning Sand

📋 copy color: '#D4825E'

red 212 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #D4825E

Tints of Burning Sand #D4825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 48.62%
G = 29.82%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4825E (or 0xD4825E) is known color: Burning Sand. HEX triplet: D4, 82 and 5E. RGB value is (212,130,94). Sum of RGB (Red+Green+Blue) = 212+130+94=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4825E is #2B7DA1. Grayscale: #969696. Windows color (decimal): -2850210 or 6193876. OLE color: 6193876.

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

Color convert

RGB 212 130 94 -
CMYK 0 0.39 0.56 0.17
HSL 18.31º 0.58% 0.6% -
HSV(B) 18.31º 0.56% 0.83% -
XYZ 37.15 30.77 14.57 -
YUV 150.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 212 130 94 0 0.39 0.56 0.17 18.31 0.58 0.6
Hex D4 82 5E 0 27 38 11 12 3A 3C
Octal 324 202 136 0 47 70 21 22 72 74
Binary 11010100 10000010 1011110 0 100111 111000 10001 10010 111010 111100

Color Harmonies of #D4825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4825E

Black with #D4825E

Text Example


Text Example

White with #D4825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4825E; }

 p { color: rgb(212,130,94); }

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

background-color css

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

 a { background-color: rgb(212,130,94); }

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

border-color css

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

 span { border-color: rgb(212,130,94); }

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