Html Css Color HEX #D4865A Burning Sand

📋 copy color: '#D4865A'

red 212 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #D4865A

Tints of Burning Sand #D4865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 48.62%
G = 30.73%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4865A (or 0xD4865A) is known color: Burning Sand. HEX triplet: D4, 86 and 5A. RGB value is (212,134,90). Sum of RGB (Red+Green+Blue) = 212+134+90=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4865A is #2B79A5. Grayscale: #989898. Windows color (decimal): -2849190 or 5932756. OLE color: 5932756.

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

Color convert

RGB 212 134 90 -
CMYK 0 0.37 0.58 0.17
HSL 21.64º 0.59% 0.59% -
HSV(B) 21.64º 0.58% 0.83% -
XYZ 37.52 31.79 13.83 -
YUV 152.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 212 134 90 0 0.37 0.58 0.17 21.64 0.59 0.59
Hex D4 86 5A 0 25 3A 11 16 3B 3B
Octal 324 206 132 0 45 72 21 26 73 73
Binary 11010100 10000110 1011010 0 100101 111010 10001 10110 111011 111011

Color Harmonies of #D4865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4865A

Black with #D4865A

Text Example


Text Example

White with #D4865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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