Html Css Color HEX #D56634 Gold Drop

📋 copy color: '#D56634'

red 213 ◦ green 102 ◦ blue 52

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

Shades of Gold Drop #D56634

Tints of Gold Drop #D56634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 58.04%
G = 27.79%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D56634 (or 0xD56634) is known color: Gold Drop. HEX triplet: D5, 66 and 34. RGB value is (213,102,52). Sum of RGB (Red+Green+Blue) = 213+102+52=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56634 is #2A99CB. Grayscale: #818181. Windows color (decimal): -2791884 or 3434197. OLE color: 3434197.

HSL color Cylindrical-coordinate representation of color #D56634: hue angle of 18.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D56634 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 52 -
CMYK 0 0.52 0.76 0.16
HSL 18.63º 0.66% 0.52% -
HSV(B) 18.63º 0.76% 0.84% -
XYZ 32.81 23.9 6.13 -
YUV 129.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 213 102 52 0 0.52 0.76 0.16 18.63 0.66 0.52
Hex D5 66 34 0 34 4C 10 13 42 34
Octal 325 146 64 0 64 114 20 23 102 64
Binary 11010101 1100110 110100 0 110100 1001100 10000 10011 1000010 110100

Color Harmonies of #D56634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56634

Black with #D56634

Text Example


Text Example

White with #D56634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56634; }

 p { color: rgb(213,102,52); }

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

background-color css

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

 a { background-color: rgb(213,102,52); }

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

border-color css

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

 span { border-color: rgb(213,102,52); }

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