Html Css Color HEX #D56C37 Gold Drop

📋 copy color: '#D56C37'

red 213 ◦ green 108 ◦ blue 55

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

Shades of Gold Drop #D56C37

Tints of Gold Drop #D56C37

RGB

 RED value IS 213 (83.59% from 255) = 56.65%

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 55 (21.88% from 255) = 14.63%

R = 56.65%
G = 28.72%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D56C37 (or 0xD56C37) is known color: Gold Drop. HEX triplet: D5, 6C and 37. RGB value is (213,108,55). Sum of RGB (Red+Green+Blue) = 213+108+55=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C37 is #2A93C8. Grayscale: #858585. Windows color (decimal): -2790345 or 3632341. OLE color: 3632341.

HSL color Cylindrical-coordinate representation of color #D56C37: hue angle of 20.13º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D56C37 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 55 -
CMYK 0 0.49 0.74 0.16
HSL 20.13º 0.65% 0.53% -
HSV(B) 20.13º 0.74% 0.84% -
XYZ 33.49 25.15 6.7 -
YUV 133.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 213 108 55 0 0.49 0.74 0.16 20.13 0.65 0.53
Hex D5 6C 37 0 31 4A 10 14 41 35
Octal 325 154 67 0 61 112 20 24 101 65
Binary 11010101 1101100 110111 0 110001 1001010 10000 10100 1000001 110101

Color Harmonies of #D56C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C37

Black with #D56C37

Text Example


Text Example

White with #D56C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C37; }

 p { color: rgb(213,108,55); }

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

background-color css

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

 a { background-color: rgb(213,108,55); }

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

border-color css

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

 span { border-color: rgb(213,108,55); }

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