Html Css Color HEX #D56E2C Gold Drop

📋 copy color: '#D56E2C'

red 213 ◦ green 110 ◦ blue 44

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

Shades of Gold Drop #D56E2C

Tints of Gold Drop #D56E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 58.04%
G = 29.97%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D56E2C (or 0xD56E2C) is known color: Gold Drop. HEX triplet: D5, 6E and 2C. RGB value is (213,110,44). Sum of RGB (Red+Green+Blue) = 213+110+44=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E2C is #2A91D3. Grayscale: #858585. Windows color (decimal): -2789844 or 2911957. OLE color: 2911957.

HSL color Cylindrical-coordinate representation of color #D56E2C: hue angle of 23.43º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D56E2C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 44 -
CMYK 0 0.48 0.79 0.16
HSL 23.43º 0.67% 0.5% -
HSV(B) 23.43º 0.79% 0.84% -
XYZ 33.47 25.48 5.54 -
YUV 133.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 213 110 44 0 0.48 0.79 0.16 23.43 0.67 0.5
Hex D5 6E 2C 0 30 4F 10 17 43 32
Octal 325 156 54 0 60 117 20 27 103 62
Binary 11010101 1101110 101100 0 110000 1001111 10000 10111 1000011 110010

Color Harmonies of #D56E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E2C

Black with #D56E2C

Text Example


Text Example

White with #D56E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E2C; }

 p { color: rgb(213,110,44); }

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

background-color css

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

 a { background-color: rgb(213,110,44); }

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

border-color css

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

 span { border-color: rgb(213,110,44); }

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