Html Css Color HEX #D47D65 Burning Sand

📋 copy color: '#D47D65'

red 212 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #D47D65

Tints of Burning Sand #D47D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 48.4%
G = 28.54%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D47D65 (or 0xD47D65) is known color: Burning Sand. HEX triplet: D4, 7D and 65. RGB value is (212,125,101). Sum of RGB (Red+Green+Blue) = 212+125+101=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D65 is #2B829A. Grayscale: #949494. Windows color (decimal): -2851483 or 6651348. OLE color: 6651348.

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

Color convert

RGB 212 125 101 -
CMYK 0 0.41 0.52 0.17
HSL 12.97º 0.56% 0.61% -
HSV(B) 12.97º 0.52% 0.83% -
XYZ 36.83 29.6 16.08 -
YUV 148.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 212 125 101 0 0.41 0.52 0.17 12.97 0.56 0.61
Hex D4 7D 65 0 29 34 11 D 38 3D
Octal 324 175 145 0 51 64 21 15 70 75
Binary 11010100 1111101 1100101 0 101001 110100 10001 1101 111000 111101

Color Harmonies of #D47D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D65

Black with #D47D65

Text Example


Text Example

White with #D47D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D65; }

 p { color: rgb(212,125,101); }

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

background-color css

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

 a { background-color: rgb(212,125,101); }

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

border-color css

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

 span { border-color: rgb(212,125,101); }

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