Html Css Color HEX #D37C69 Burning Sand

📋 copy color: '#D37C69'

red 211 ◦ green 124 ◦ blue 105

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

Shades of Burning Sand #D37C69

Tints of Burning Sand #D37C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 47.95%
G = 28.18%
B = 23.86%

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

#D37C69 (or 0xD37C69) is known color: Burning Sand. HEX triplet: D3, 7C and 69. RGB value is (211,124,105). Sum of RGB (Red+Green+Blue) = 211+124+105=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C69 is #2C8396. Grayscale: #949494. Windows color (decimal): -2917271 or 6913235. OLE color: 6913235.

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

Color convert

RGB 211 124 105 -
CMYK 0 0.41 0.50 0.17
HSL 10.75º 0.55% 0.62% -
HSV(B) 10.75º 0.5% 0.83% -
XYZ 36.62 29.28 17.09 -
YUV 147.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 211 124 105 0 0.41 0.50 0.17 10.75 0.55 0.62
Hex D3 7C 69 0 29 32 11 B 37 3E
Octal 323 174 151 0 51 62 21 13 67 76
Binary 11010011 1111100 1101001 0 101001 110010 10001 1011 110111 111110

Color Harmonies of #D37C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C69

Black with #D37C69

Text Example


Text Example

White with #D37C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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