Html Css Color HEX #DDB472 Harvest Gold

📋 copy color: '#DDB472'

red 221 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #DDB472

Tints of Harvest Gold #DDB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 42.91%
G = 34.95%
B = 22.14%

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

#DDB472 (or 0xDDB472) is known color: Harvest Gold. HEX triplet: DD, B4 and 72. RGB value is (221,180,114). Sum of RGB (Red+Green+Blue) = 221+180+114=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB472 is #224B8D. Grayscale: #B9B9B9. Windows color (decimal): -2247566 or 7517405. OLE color: 7517405.

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

Color convert

RGB 221 180 114 -
CMYK 0 0.19 0.48 0.13
HSL 37.01º 0.61% 0.66% -
HSV(B) 37.01º 0.48% 0.87% -
XYZ 49.18 49.23 22.83 -
YUV 184.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 221 180 114 0 0.19 0.48 0.13 37.01 0.61 0.66
Hex DD B4 72 0 13 30 D 25 3D 42
Octal 335 264 162 0 23 60 15 45 75 102
Binary 11011101 10110100 1110010 0 10011 110000 1101 100101 111101 1000010

Color Harmonies of #DDB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB472

Black with #DDB472

Text Example


Text Example

White with #DDB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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