Html Css Color HEX #DDB473 Harvest Gold

📋 copy color: '#DDB473'

red 221 ◦ green 180 ◦ blue 115

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

Shades of Harvest Gold #DDB473

Tints of Harvest Gold #DDB473

RGB

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

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

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

R = 42.83%
G = 34.88%
B = 22.29%

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

#DDB473 (or 0xDDB473) is known color: Harvest Gold. HEX triplet: DD, B4 and 73. RGB value is (221,180,115). Sum of RGB (Red+Green+Blue) = 221+180+115=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB473 is #224B8C. Grayscale: #B9B9B9. Windows color (decimal): -2247565 or 7582941. OLE color: 7582941.

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

Color convert

RGB 221 180 115 -
CMYK 0 0.19 0.48 0.13
HSL 36.79º 0.61% 0.66% -
HSV(B) 36.79º 0.48% 0.87% -
XYZ 49.23 49.25 23.13 -
YUV 184.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 221 180 115 0 0.19 0.48 0.13 36.79 0.61 0.66
Hex DD B4 73 0 13 30 D 25 3D 42
Octal 335 264 163 0 23 60 15 45 75 102
Binary 11011101 10110100 1110011 0 10011 110000 1101 100101 111101 1000010

Color Harmonies of #DDB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB473

Black with #DDB473

Text Example


Text Example

White with #DDB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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