Html Css Color HEX #DDB673 Harvest Gold

📋 copy color: '#DDB673'

red 221 ◦ green 182 ◦ blue 115

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

Shades of Harvest Gold #DDB673

Tints of Harvest Gold #DDB673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

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

R = 42.66%
G = 35.14%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB673 (or 0xDDB673) is known color: Harvest Gold. HEX triplet: DD, B6 and 73. RGB value is (221,182,115). Sum of RGB (Red+Green+Blue) = 221+182+115=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB673 is #22498C. Grayscale: #BABABA. Windows color (decimal): -2247053 or 7583453. OLE color: 7583453.

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

Color convert

RGB 221 182 115 -
CMYK 0 0.18 0.48 0.13
HSL 37.92º 0.61% 0.66% -
HSV(B) 37.92º 0.48% 0.87% -
XYZ 49.64 50.07 23.27 -
YUV 186.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 221 182 115 0 0.18 0.48 0.13 37.92 0.61 0.66
Hex DD B6 73 0 12 30 D 26 3D 42
Octal 335 266 163 0 22 60 15 46 75 102
Binary 11011101 10110110 1110011 0 10010 110000 1101 100110 111101 1000010

Color Harmonies of #DDB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB673

Black with #DDB673

Text Example


Text Example

White with #DDB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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