Html Css Color HEX #DDB571 Harvest Gold

📋 copy color: '#DDB571'

red 221 ◦ green 181 ◦ blue 113

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

Shades of Harvest Gold #DDB571

Tints of Harvest Gold #DDB571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.94%

R = 42.91%
G = 35.15%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB571 (or 0xDDB571) is known color: Harvest Gold. HEX triplet: DD, B5 and 71. RGB value is (221,181,113). Sum of RGB (Red+Green+Blue) = 221+181+113=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB571 is #224A8E. Grayscale: #B9B9B9. Windows color (decimal): -2247311 or 7452125. OLE color: 7452125.

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

Color convert

RGB 221 181 113 -
CMYK 0 0.18 0.49 0.13
HSL 37.78º 0.61% 0.65% -
HSV(B) 37.78º 0.49% 0.87% -
XYZ 49.32 49.61 22.6 -
YUV 185.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 221 181 113 0 0.18 0.49 0.13 37.78 0.61 0.65
Hex DD B5 71 0 12 31 D 26 3D 41
Octal 335 265 161 0 22 61 15 46 75 101
Binary 11011101 10110101 1110001 0 10010 110001 1101 100110 111101 1000001

Color Harmonies of #DDB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB571

Black with #DDB571

Text Example


Text Example

White with #DDB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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