Html Css Color HEX #DDB071 Harvest Gold

📋 copy color: '#DDB071'

red 221 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #DDB071

Tints of Harvest Gold #DDB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 43.33%
G = 34.51%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB071 (or 0xDDB071) is known color: Harvest Gold. HEX triplet: DD, B0 and 71. RGB value is (221,176,113). Sum of RGB (Red+Green+Blue) = 221+176+113=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB071 is #224F8E. Grayscale: #B6B6B6. Windows color (decimal): -2248591 or 7450845. OLE color: 7450845.

HSL color Cylindrical-coordinate representation of color #DDB071: hue angle of 35º 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 #DDB071 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 113 -
CMYK 0 0.20 0.49 0.13
HSL 35º 0.61% 0.65% -
HSV(B) 35º 0.49% 0.87% -
XYZ 48.32 47.62 22.27 -
YUV 182.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 221 176 113 0 0.20 0.49 0.13 35 0.61 0.65
Hex DD B0 71 0 14 31 D 23 3D 41
Octal 335 260 161 0 24 61 15 43 75 101
Binary 11011101 10110000 1110001 0 10100 110001 1101 100011 111101 1000001

Color Harmonies of #DDB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB071

Black with #DDB071

Text Example


Text Example

White with #DDB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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