Html Css Color HEX #D47F62 Burning Sand

📋 copy color: '#D47F62'

red 212 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #D47F62

Tints of Burning Sand #D47F62

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 48.51%
G = 29.06%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D47F62 (or 0xD47F62) is known color: Burning Sand. HEX triplet: D4, 7F and 62. RGB value is (212,127,98). Sum of RGB (Red+Green+Blue) = 212+127+98=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F62 is #2B809D. Grayscale: #959595. Windows color (decimal): -2850974 or 6455252. OLE color: 6455252.

HSL color Cylindrical-coordinate representation of color #D47F62: hue angle of 15.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D47F62 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 98 -
CMYK 0 0.40 0.54 0.17
HSL 15.26º 0.57% 0.61% -
HSV(B) 15.26º 0.54% 0.83% -
XYZ 36.95 30.06 15.41 -
YUV 149.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 212 127 98 0 0.40 0.54 0.17 15.26 0.57 0.61
Hex D4 7F 62 0 28 36 11 F 39 3D
Octal 324 177 142 0 50 66 21 17 71 75
Binary 11010100 1111111 1100010 0 101000 110110 10001 1111 111001 111101

Color Harmonies of #D47F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F62

Black with #D47F62

Text Example


Text Example

White with #D47F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F62; }

 p { color: rgb(212,127,98); }

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

background-color css

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

 a { background-color: rgb(212,127,98); }

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

border-color css

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

 span { border-color: rgb(212,127,98); }

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