Html Css Color HEX #D4875E Burning Sand

📋 copy color: '#D4875E'

red 212 ◦ green 135 ◦ blue 94

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

Shades of Burning Sand #D4875E

Tints of Burning Sand #D4875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 48.07%
G = 30.61%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4875E (or 0xD4875E) is known color: Burning Sand. HEX triplet: D4, 87 and 5E. RGB value is (212,135,94). Sum of RGB (Red+Green+Blue) = 212+135+94=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4875E is #2B78A1. Grayscale: #999999. Windows color (decimal): -2848930 or 6195156. OLE color: 6195156.

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

Color convert

RGB 212 135 94 -
CMYK 0 0.36 0.56 0.17
HSL 20.85º 0.58% 0.6% -
HSV(B) 20.85º 0.56% 0.83% -
XYZ 37.84 32.13 14.8 -
YUV 153.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 212 135 94 0 0.36 0.56 0.17 20.85 0.58 0.6
Hex D4 87 5E 0 24 38 11 15 3A 3C
Octal 324 207 136 0 44 70 21 25 72 74
Binary 11010100 10000111 1011110 0 100100 111000 10001 10101 111010 111100

Color Harmonies of #D4875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4875E

Black with #D4875E

Text Example


Text Example

White with #D4875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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