Html Css Color HEX #D4805A Burning Sand

📋 copy color: '#D4805A'

red 212 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #D4805A

Tints of Burning Sand #D4805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 49.3%
G = 29.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4805A (or 0xD4805A) is known color: Burning Sand. HEX triplet: D4, 80 and 5A. RGB value is (212,128,90). Sum of RGB (Red+Green+Blue) = 212+128+90=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4805A is #2B7FA5. Grayscale: #959595. Windows color (decimal): -2850726 or 5931220. OLE color: 5931220.

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

Color convert

RGB 212 128 90 -
CMYK 0 0.40 0.58 0.17
HSL 18.69º 0.59% 0.59% -
HSV(B) 18.69º 0.58% 0.83% -
XYZ 36.72 30.17 13.56 -
YUV 148.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 212 128 90 0 0.40 0.58 0.17 18.69 0.59 0.59
Hex D4 80 5A 0 28 3A 11 13 3B 3B
Octal 324 200 132 0 50 72 21 23 73 73
Binary 11010100 10000000 1011010 0 101000 111010 10001 10011 111011 111011

Color Harmonies of #D4805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4805A

Black with #D4805A

Text Example


Text Example

White with #D4805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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