Html Css Color HEX #D56A31 Gold Drop

📋 copy color: '#D56A31'

red 213 ◦ green 106 ◦ blue 49

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

Shades of Gold Drop #D56A31

Tints of Gold Drop #D56A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 57.88%
G = 28.8%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D56A31 (or 0xD56A31) is known color: Gold Drop. HEX triplet: D5, 6A and 31. RGB value is (213,106,49). Sum of RGB (Red+Green+Blue) = 213+106+49=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A31 is #2A95CE. Grayscale: #838383. Windows color (decimal): -2790863 or 3238613. OLE color: 3238613.

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

Color convert

RGB 213 106 49 -
CMYK 0 0.50 0.77 0.16
HSL 20.85º 0.66% 0.51% -
HSV(B) 20.85º 0.77% 0.84% -
XYZ 33.15 24.68 5.92 -
YUV 131.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 213 106 49 0 0.50 0.77 0.16 20.85 0.66 0.51
Hex D5 6A 31 0 32 4D 10 15 42 33
Octal 325 152 61 0 62 115 20 25 102 63
Binary 11010101 1101010 110001 0 110010 1001101 10000 10101 1000010 110011

Color Harmonies of #D56A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A31

Black with #D56A31

Text Example


Text Example

White with #D56A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A31; }

 p { color: rgb(213,106,49); }

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

background-color css

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

 a { background-color: rgb(213,106,49); }

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

border-color css

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

 span { border-color: rgb(213,106,49); }

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