Html Css Color HEX #DDB573 Harvest Gold

📋 copy color: '#DDB573'

red 221 ◦ green 181 ◦ blue 115

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

Shades of Harvest Gold #DDB573

Tints of Harvest Gold #DDB573

RGB

 RED value IS 221 (86.72% from 255) = 42.75%

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 115 (45.31% from 255) = 22.24%

R = 42.75%
G = 35.01%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB573 (or 0xDDB573) is known color: Harvest Gold. HEX triplet: DD, B5 and 73. RGB value is (221,181,115). Sum of RGB (Red+Green+Blue) = 221+181+115=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB573 is #224A8C. Grayscale: #B9B9B9. Windows color (decimal): -2247309 or 7583197. OLE color: 7583197.

HSL color Cylindrical-coordinate representation of color #DDB573: hue angle of 37.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB573 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 115 -
CMYK 0 0.18 0.48 0.13
HSL 37.36º 0.61% 0.66% -
HSV(B) 37.36º 0.48% 0.87% -
XYZ 49.44 49.66 23.2 -
YUV 185.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 221 181 115 0 0.18 0.48 0.13 37.36 0.61 0.66
Hex DD B5 73 0 12 30 D 25 3D 42
Octal 335 265 163 0 22 60 15 45 75 102
Binary 11011101 10110101 1110011 0 10010 110000 1101 100101 111101 1000010

Color Harmonies of #DDB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB573

Black with #DDB573

Text Example


Text Example

White with #DDB573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB573; }

 p { color: rgb(221,181,115); }

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

background-color css

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

 a { background-color: rgb(221,181,115); }

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

border-color css

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

 span { border-color: rgb(221,181,115); }

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