Html Css Color HEX #D56D2A Gold Drop

📋 copy color: '#D56D2A'

red 213 ◦ green 109 ◦ blue 42

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

Shades of Gold Drop #D56D2A

Tints of Gold Drop #D56D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 58.52%
G = 29.95%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D56D2A (or 0xD56D2A) is known color: Gold Drop. HEX triplet: D5, 6D and 2A. RGB value is (213,109,42). Sum of RGB (Red+Green+Blue) = 213+109+42=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D2A is #2A92D5. Grayscale: #848484. Windows color (decimal): -2790102 or 2780629. OLE color: 2780629.

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

Color convert

RGB 213 109 42 -
CMYK 0 0.49 0.80 0.16
HSL 23.51º 0.67% 0.5% -
HSV(B) 23.51º 0.8% 0.84% -
XYZ 33.33 25.25 5.31 -
YUV 132.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 213 109 42 0 0.49 0.80 0.16 23.51 0.67 0.5
Hex D5 6D 2A 0 31 50 10 18 43 32
Octal 325 155 52 0 61 120 20 30 103 62
Binary 11010101 1101101 101010 0 110001 1010000 10000 11000 1000011 110010

Color Harmonies of #D56D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D2A

Black with #D56D2A

Text Example


Text Example

White with #D56D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D2A; }

 p { color: rgb(213,109,42); }

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

background-color css

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

 a { background-color: rgb(213,109,42); }

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

border-color css

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

 span { border-color: rgb(213,109,42); }

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