Html Css Color HEX #DDB371 Harvest Gold

📋 copy color: '#DDB371'

red 221 ◦ green 179 ◦ blue 113

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

Shades of Harvest Gold #DDB371

Tints of Harvest Gold #DDB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

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

R = 43.08%
G = 34.89%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB371 (or 0xDDB371) is known color: Harvest Gold. HEX triplet: DD, B3 and 71. RGB value is (221,179,113). Sum of RGB (Red+Green+Blue) = 221+179+113=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB371 is #224C8E. Grayscale: #B8B8B8. Windows color (decimal): -2247823 or 7451613. OLE color: 7451613.

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

Color convert

RGB 221 179 113 -
CMYK 0 0.19 0.49 0.13
HSL 36.67º 0.61% 0.65% -
HSV(B) 36.67º 0.49% 0.87% -
XYZ 48.92 48.8 22.46 -
YUV 184.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 221 179 113 0 0.19 0.49 0.13 36.67 0.61 0.65
Hex DD B3 71 0 13 31 D 25 3D 41
Octal 335 263 161 0 23 61 15 45 75 101
Binary 11011101 10110011 1110001 0 10011 110001 1101 100101 111101 1000001

Color Harmonies of #DDB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB371

Black with #DDB371

Text Example


Text Example

White with #DDB371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB371; }

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

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

background-color css

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

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

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

border-color css

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

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

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