Html Css Color HEX #D4845A Burning Sand

📋 copy color: '#D4845A'

red 212 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #D4845A

Tints of Burning Sand #D4845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 48.85%
G = 30.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4845A (or 0xD4845A) is known color: Burning Sand. HEX triplet: D4, 84 and 5A. RGB value is (212,132,90). Sum of RGB (Red+Green+Blue) = 212+132+90=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4845A is #2B7BA5. Grayscale: #979797. Windows color (decimal): -2849702 or 5932244. OLE color: 5932244.

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

Color convert

RGB 212 132 90 -
CMYK 0 0.38 0.58 0.17
HSL 20.66º 0.59% 0.59% -
HSV(B) 20.66º 0.58% 0.83% -
XYZ 37.25 31.24 13.74 -
YUV 151.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 212 132 90 0 0.38 0.58 0.17 20.66 0.59 0.59
Hex D4 84 5A 0 26 3A 11 15 3B 3B
Octal 324 204 132 0 46 72 21 25 73 73
Binary 11010100 10000100 1011010 0 100110 111010 10001 10101 111011 111011

Color Harmonies of #D4845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4845A

Black with #D4845A

Text Example


Text Example

White with #D4845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4845A; }

 p { color: rgb(212,132,90); }

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

background-color css

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

 a { background-color: rgb(212,132,90); }

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

border-color css

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

 span { border-color: rgb(212,132,90); }

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