Html Css Color HEX #DDB370 Harvest Gold

📋 copy color: '#DDB370'

red 221 ◦ green 179 ◦ blue 112

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

Shades of Harvest Gold #DDB370

Tints of Harvest Gold #DDB370

RGB

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

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

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

R = 43.16%
G = 34.96%
B = 21.88%

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

#DDB370 (or 0xDDB370) is known color: Harvest Gold. HEX triplet: DD, B3 and 70. RGB value is (221,179,112). Sum of RGB (Red+Green+Blue) = 221+179+112=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB370 is #224C8F. Grayscale: #B8B8B8. Windows color (decimal): -2247824 or 7386077. OLE color: 7386077.

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

Color convert

RGB 221 179 112 -
CMYK 0 0.19 0.49 0.13
HSL 36.88º 0.62% 0.65% -
HSV(B) 36.88º 0.49% 0.87% -
XYZ 48.86 48.78 22.17 -
YUV 183.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 221 179 112 0 0.19 0.49 0.13 36.88 0.62 0.65
Hex DD B3 70 0 13 31 D 25 3E 41
Octal 335 263 160 0 23 61 15 45 76 101
Binary 11011101 10110011 1110000 0 10011 110001 1101 100101 111110 1000001

Color Harmonies of #DDB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB370

Black with #DDB370

Text Example


Text Example

White with #DDB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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