Html Css Color HEX #DDB373 Harvest Gold

📋 copy color: '#DDB373'

red 221 ◦ green 179 ◦ blue 115

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

Shades of Harvest Gold #DDB373

Tints of Harvest Gold #DDB373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 42.91%
G = 34.76%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB373 (or 0xDDB373) is known color: Harvest Gold. HEX triplet: DD, B3 and 73. RGB value is (221,179,115). Sum of RGB (Red+Green+Blue) = 221+179+115=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB373 is #224C8C. Grayscale: #B8B8B8. Windows color (decimal): -2247821 or 7582685. OLE color: 7582685.

HSL color Cylindrical-coordinate representation of color #DDB373: hue angle of 36.23º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB373 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 115 -
CMYK 0 0.19 0.48 0.13
HSL 36.23º 0.61% 0.66% -
HSV(B) 36.23º 0.48% 0.87% -
XYZ 49.03 48.85 23.06 -
YUV 184.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 221 179 115 0 0.19 0.48 0.13 36.23 0.61 0.66
Hex DD B3 73 0 13 30 D 24 3D 42
Octal 335 263 163 0 23 60 15 44 75 102
Binary 11011101 10110011 1110011 0 10011 110000 1101 100100 111101 1000010

Color Harmonies of #DDB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB373

Black with #DDB373

Text Example


Text Example

White with #DDB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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