Html Css Color HEX #DDB470 Harvest Gold

📋 copy color: '#DDB470'

red 221 ◦ green 180 ◦ blue 112

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

Shades of Harvest Gold #DDB470

Tints of Harvest Gold #DDB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 43.08%
G = 35.09%
B = 21.83%

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

#DDB470 (or 0xDDB470) is known color: Harvest Gold. HEX triplet: DD, B4 and 70. RGB value is (221,180,112). Sum of RGB (Red+Green+Blue) = 221+180+112=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB470 is #224B8F. Grayscale: #B8B8B8. Windows color (decimal): -2247568 or 7386333. OLE color: 7386333.

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

Color convert

RGB 221 180 112 -
CMYK 0 0.19 0.49 0.13
HSL 37.43º 0.62% 0.65% -
HSV(B) 37.43º 0.49% 0.87% -
XYZ 49.06 49.18 22.24 -
YUV 184.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 221 180 112 0 0.19 0.49 0.13 37.43 0.62 0.65
Hex DD B4 70 0 13 31 D 25 3E 41
Octal 335 264 160 0 23 61 15 45 76 101
Binary 11011101 10110100 1110000 0 10011 110001 1101 100101 111110 1000001

Color Harmonies of #DDB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB470

Black with #DDB470

Text Example


Text Example

White with #DDB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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