Html Css Color HEX #D37C6A Burning Sand

📋 copy color: '#D37C6A'

red 211 ◦ green 124 ◦ blue 106

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

Shades of Burning Sand #D37C6A

Tints of Burning Sand #D37C6A

RGB

 RED value IS 211 (82.81% from 255) = 47.85%

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 47.85%
G = 28.12%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D37C6A (or 0xD37C6A) is known color: Burning Sand. HEX triplet: D3, 7C and 6A. RGB value is (211,124,106). Sum of RGB (Red+Green+Blue) = 211+124+106=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C6A is #2C8395. Grayscale: #949494. Windows color (decimal): -2917270 or 6978771. OLE color: 6978771.

HSL color Cylindrical-coordinate representation of color #D37C6A: hue angle of 10.29º degrees, saturation: 0.54, 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 #D37C6A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 106 -
CMYK 0 0.41 0.50 0.17
HSL 10.29º 0.54% 0.62% -
HSV(B) 10.29º 0.5% 0.83% -
XYZ 36.67 29.3 17.36 -
YUV 147.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 211 124 106 0 0.41 0.50 0.17 10.29 0.54 0.62
Hex D3 7C 6A 0 29 32 11 A 36 3E
Octal 323 174 152 0 51 62 21 12 66 76
Binary 11010011 1111100 1101010 0 101001 110010 10001 1010 110110 111110

Color Harmonies of #D37C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C6A

Black with #D37C6A

Text Example


Text Example

White with #D37C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C6A; }

 p { color: rgb(211,124,106); }

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

background-color css

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

 a { background-color: rgb(211,124,106); }

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

border-color css

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

 span { border-color: rgb(211,124,106); }

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