Html Css Color HEX #D56D29 Gold Drop

📋 copy color: '#D56D29'

red 213 ◦ green 109 ◦ blue 41

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

Shades of Gold Drop #D56D29

Tints of Gold Drop #D56D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 58.68%
G = 30.03%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D56D29 (or 0xD56D29) is known color: Gold Drop. HEX triplet: D5, 6D and 29. RGB value is (213,109,41). Sum of RGB (Red+Green+Blue) = 213+109+41=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D29 is #2A92D6. Grayscale: #848484. Windows color (decimal): -2790103 or 2715093. OLE color: 2715093.

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

Color convert

RGB 213 109 41 -
CMYK 0 0.49 0.81 0.16
HSL 23.72º 0.68% 0.5% -
HSV(B) 23.72º 0.81% 0.84% -
XYZ 33.31 25.24 5.21 -
YUV 132.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 213 109 41 0 0.49 0.81 0.16 23.72 0.68 0.5
Hex D5 6D 29 0 31 51 10 18 44 32
Octal 325 155 51 0 61 121 20 30 104 62
Binary 11010101 1101101 101001 0 110001 1010001 10000 11000 1000100 110010

Color Harmonies of #D56D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D29

Black with #D56D29

Text Example


Text Example

White with #D56D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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