Html Css Color HEX #D37B66 Burning Sand

📋 copy color: '#D37B66'

red 211 ◦ green 123 ◦ blue 102

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

Shades of Burning Sand #D37B66

Tints of Burning Sand #D37B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

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

R = 48.39%
G = 28.21%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D37B66 (or 0xD37B66) is known color: Burning Sand. HEX triplet: D3, 7B and 66. RGB value is (211,123,102). Sum of RGB (Red+Green+Blue) = 211+123+102=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B66 is #2C8499. Grayscale: #939393. Windows color (decimal): -2917530 or 6716371. OLE color: 6716371.

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

Color convert

RGB 211 123 102 -
CMYK 0 0.42 0.52 0.17
HSL 11.56º 0.55% 0.61% -
HSV(B) 11.56º 0.52% 0.83% -
XYZ 36.35 28.97 16.25 -
YUV 146.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 211 123 102 0 0.42 0.52 0.17 11.56 0.55 0.61
Hex D3 7B 66 0 2A 34 11 C 37 3D
Octal 323 173 146 0 52 64 21 14 67 75
Binary 11010011 1111011 1100110 0 101010 110100 10001 1100 110111 111101

Color Harmonies of #D37B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B66

Black with #D37B66

Text Example


Text Example

White with #D37B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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