Html Css Color HEX #D4856A Burning Sand

📋 copy color: '#D4856A'

red 212 ◦ green 133 ◦ blue 106

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

Shades of Burning Sand #D4856A

Tints of Burning Sand #D4856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 47.01%
G = 29.49%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4856A (or 0xD4856A) is known color: Burning Sand. HEX triplet: D4, 85 and 6A. RGB value is (212,133,106). Sum of RGB (Red+Green+Blue) = 212+133+106=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4856A is #2B7A95. Grayscale: #999999. Windows color (decimal): -2849430 or 6981076. OLE color: 6981076.

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

Color convert

RGB 212 133 106 -
CMYK 0 0.37 0.5 0.17
HSL 15.28º 0.55% 0.62% -
HSV(B) 15.28º 0.5% 0.83% -
XYZ 38.14 31.81 17.77 -
YUV 153.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 212 133 106 0 0.37 0.5 0.17 15.28 0.55 0.62
Hex D4 85 6A 0 25 32 11 F 37 3E
Octal 324 205 152 0 45 62 21 17 67 76
Binary 11010100 10000101 1101010 0 100101 110010 10001 1111 110111 111110

Color Harmonies of #D4856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4856A

Black with #D4856A

Text Example


Text Example

White with #D4856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4856A; }

 p { color: rgb(212,133,106); }

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

background-color css

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

 a { background-color: rgb(212,133,106); }

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

border-color css

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

 span { border-color: rgb(212,133,106); }

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