Html Css Color HEX #D4816B Burning Sand

📋 copy color: '#D4816B'

red 212 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #D4816B

Tints of Burning Sand #D4816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 47.32%
G = 28.79%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4816B (or 0xD4816B) is known color: Burning Sand. HEX triplet: D4, 81 and 6B. RGB value is (212,129,107). Sum of RGB (Red+Green+Blue) = 212+129+107=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4816B is #2B7E94. Grayscale: #979797. Windows color (decimal): -2850453 or 7045588. OLE color: 7045588.

HSL color Cylindrical-coordinate representation of color #D4816B: hue angle of 12.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4816B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 107 -
CMYK 0 0.39 0.50 0.17
HSL 12.57º 0.55% 0.63% -
HSV(B) 12.57º 0.5% 0.83% -
XYZ 37.66 30.76 17.86 -
YUV 151.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 212 129 107 0 0.39 0.50 0.17 12.57 0.55 0.63
Hex D4 81 6B 0 27 32 11 D 37 3F
Octal 324 201 153 0 47 62 21 15 67 77
Binary 11010100 10000001 1101011 0 100111 110010 10001 1101 110111 111111

Color Harmonies of #D4816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4816B

Black with #D4816B

Text Example


Text Example

White with #D4816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4816B; }

 p { color: rgb(212,129,107); }

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

background-color css

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

 a { background-color: rgb(212,129,107); }

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

border-color css

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

 span { border-color: rgb(212,129,107); }

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