Html Css Color HEX #D56B2F Gold Drop

📋 copy color: '#D56B2F'

red 213 ◦ green 107 ◦ blue 47

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

Shades of Gold Drop #D56B2F

Tints of Gold Drop #D56B2F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 58.04%
G = 29.16%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D56B2F (or 0xD56B2F) is known color: Gold Drop. HEX triplet: D5, 6B and 2F. RGB value is (213,107,47). Sum of RGB (Red+Green+Blue) = 213+107+47=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B2F is #2A94D0. Grayscale: #848484. Windows color (decimal): -2790609 or 3107797. OLE color: 3107797.

HSL color Cylindrical-coordinate representation of color #D56B2F: hue angle of 21.69º degrees, saturation: 0.66, 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 #D56B2F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 47 -
CMYK 0 0.50 0.78 0.16
HSL 21.69º 0.66% 0.51% -
HSV(B) 21.69º 0.78% 0.84% -
XYZ 33.21 24.87 5.74 -
YUV 131.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 213 107 47 0 0.50 0.78 0.16 21.69 0.66 0.51
Hex D5 6B 2F 0 32 4E 10 16 42 33
Octal 325 153 57 0 62 116 20 26 102 63
Binary 11010101 1101011 101111 0 110010 1001110 10000 10110 1000010 110011

Color Harmonies of #D56B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B2F

Black with #D56B2F

Text Example


Text Example

White with #D56B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B2F; }

 p { color: rgb(213,107,47); }

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

background-color css

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

 a { background-color: rgb(213,107,47); }

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

border-color css

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

 span { border-color: rgb(213,107,47); }

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