Html Css Color HEX #D47B5F Burning Sand

📋 copy color: '#D47B5F'

red 212 ◦ green 123 ◦ blue 95

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

Shades of Burning Sand #D47B5F

Tints of Burning Sand #D47B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 49.3%
G = 28.6%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D47B5F (or 0xD47B5F) is known color: Burning Sand. HEX triplet: D4, 7B and 5F. RGB value is (212,123,95). Sum of RGB (Red+Green+Blue) = 212+123+95=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B5F is #2B84A0. Grayscale: #929292. Windows color (decimal): -2852001 or 6257620. OLE color: 6257620.

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

Color convert

RGB 212 123 95 -
CMYK 0 0.42 0.55 0.17
HSL 14.36º 0.58% 0.6% -
HSV(B) 14.36º 0.55% 0.83% -
XYZ 36.3 28.99 14.51 -
YUV 146.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 212 123 95 0 0.42 0.55 0.17 14.36 0.58 0.6
Hex D4 7B 5F 0 2A 37 11 E 3A 3C
Octal 324 173 137 0 52 67 21 16 72 74
Binary 11010100 1111011 1011111 0 101010 110111 10001 1110 111010 111100

Color Harmonies of #D47B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B5F

Black with #D47B5F

Text Example


Text Example

White with #D47B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B5F; }

 p { color: rgb(212,123,95); }

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

background-color css

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

 a { background-color: rgb(212,123,95); }

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

border-color css

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

 span { border-color: rgb(212,123,95); }

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