Html Css Color HEX #DDB171 Harvest Gold

📋 copy color: '#DDB171'

red 221 ◦ green 177 ◦ blue 113

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

Shades of Harvest Gold #DDB171

Tints of Harvest Gold #DDB171

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.64%

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

R = 43.25%
G = 34.64%
B = 22.11%

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

#DDB171 (or 0xDDB171) is known color: Harvest Gold. HEX triplet: DD, B1 and 71. RGB value is (221,177,113). Sum of RGB (Red+Green+Blue) = 221+177+113=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB171 is #224E8E. Grayscale: #B7B7B7. Windows color (decimal): -2248335 or 7451101. OLE color: 7451101.

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

Color convert

RGB 221 177 113 -
CMYK 0 0.20 0.49 0.13
HSL 35.56º 0.61% 0.65% -
HSV(B) 35.56º 0.49% 0.87% -
XYZ 48.52 48.01 22.33 -
YUV 182.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 221 177 113 0 0.20 0.49 0.13 35.56 0.61 0.65
Hex DD B1 71 0 14 31 D 24 3D 41
Octal 335 261 161 0 24 61 15 44 75 101
Binary 11011101 10110001 1110001 0 10100 110001 1101 100100 111101 1000001

Color Harmonies of #DDB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB171

Black with #DDB171

Text Example


Text Example

White with #DDB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB171; }

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

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

background-color css

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

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

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

border-color css

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

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

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