Html Css Color HEX #D56C2E Gold Drop

📋 copy color: '#D56C2E'

red 213 ◦ green 108 ◦ blue 46

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

Shades of Gold Drop #D56C2E

Tints of Gold Drop #D56C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 58.04%
G = 29.43%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D56C2E (or 0xD56C2E) is known color: Gold Drop. HEX triplet: D5, 6C and 2E. RGB value is (213,108,46). Sum of RGB (Red+Green+Blue) = 213+108+46=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C2E is #2A93D1. Grayscale: #848484. Windows color (decimal): -2790354 or 3042517. OLE color: 3042517.

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

Color convert

RGB 213 108 46 -
CMYK 0 0.49 0.78 0.16
HSL 22.28º 0.67% 0.51% -
HSV(B) 22.28º 0.78% 0.84% -
XYZ 33.3 25.07 5.67 -
YUV 132.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 213 108 46 0 0.49 0.78 0.16 22.28 0.67 0.51
Hex D5 6C 2E 0 31 4E 10 16 43 33
Octal 325 154 56 0 61 116 20 26 103 63
Binary 11010101 1101100 101110 0 110001 1001110 10000 10110 1000011 110011

Color Harmonies of #D56C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C2E

Black with #D56C2E

Text Example


Text Example

White with #D56C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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