Html Css Color HEX #D37966 Burning Sand

📋 copy color: '#D37966'

red 211 ◦ green 121 ◦ blue 102

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

Shades of Burning Sand #D37966

Tints of Burning Sand #D37966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 48.62%
G = 27.88%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D37966 (or 0xD37966) is known color: Burning Sand. HEX triplet: D3, 79 and 66. RGB value is (211,121,102). Sum of RGB (Red+Green+Blue) = 211+121+102=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D37966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37966 is #2C8699. Grayscale: #919191. Windows color (decimal): -2918042 or 6715859. OLE color: 6715859.

HSL color Cylindrical-coordinate representation of color #D37966: hue angle of 10.46º degrees, saturation: 0.55, 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 #D37966 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 102 -
CMYK 0 0.43 0.52 0.17
HSL 10.46º 0.55% 0.61% -
HSV(B) 10.46º 0.52% 0.83% -
XYZ 36.1 28.48 16.17 -
YUV 145.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 211 121 102 0 0.43 0.52 0.17 10.46 0.55 0.61
Hex D3 79 66 0 2B 34 11 A 37 3D
Octal 323 171 146 0 53 64 21 12 67 75
Binary 11010011 1111001 1100110 0 101011 110100 10001 1010 110111 111101

Color Harmonies of #D37966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37966

Black with #D37966

Text Example


Text Example

White with #D37966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37966; }

 p { color: rgb(211,121,102); }

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

background-color css

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

 a { background-color: rgb(211,121,102); }

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

border-color css

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

 span { border-color: rgb(211,121,102); }

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