Html Css Color HEX #DDB170 Harvest Gold

📋 copy color: '#DDB170'

red 221 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #DDB170

Tints of Harvest Gold #DDB170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 43.33%
G = 34.71%
B = 21.96%

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

#DDB170 (or 0xDDB170) is known color: Harvest Gold. HEX triplet: DD, B1 and 70. RGB value is (221,177,112). Sum of RGB (Red+Green+Blue) = 221+177+112=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB170 is #224E8F. Grayscale: #B7B7B7. Windows color (decimal): -2248336 or 7385565. OLE color: 7385565.

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

Color convert

RGB 221 177 112 -
CMYK 0 0.20 0.49 0.13
HSL 35.78º 0.62% 0.65% -
HSV(B) 35.78º 0.49% 0.87% -
XYZ 48.47 47.99 22.04 -
YUV 182.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 221 177 112 0 0.20 0.49 0.13 35.78 0.62 0.65
Hex DD B1 70 0 14 31 D 24 3E 41
Octal 335 261 160 0 24 61 15 44 76 101
Binary 11011101 10110001 1110000 0 10100 110001 1101 100100 111110 1000001

Color Harmonies of #DDB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB170

Black with #DDB170

Text Example


Text Example

White with #DDB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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