Html Css Color HEX #DDB46F Harvest Gold

📋 copy color: '#DDB46F'

red 221 ◦ green 180 ◦ blue 111

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

Shades of Harvest Gold #DDB46F

Tints of Harvest Gold #DDB46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.68%

R = 43.16%
G = 35.16%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDB46F (or 0xDDB46F) is known color: Harvest Gold. HEX triplet: DD, B4 and 6F. RGB value is (221,180,111). Sum of RGB (Red+Green+Blue) = 221+180+111=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46F is #224B90. Grayscale: #B8B8B8. Windows color (decimal): -2247569 or 7320797. OLE color: 7320797.

HSL color Cylindrical-coordinate representation of color #DDB46F: hue angle of 37.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDB46F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 111 -
CMYK 0 0.19 0.50 0.13
HSL 37.64º 0.62% 0.65% -
HSV(B) 37.64º 0.5% 0.87% -
XYZ 49.01 49.16 21.95 -
YUV 184.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 221 180 111 0 0.19 0.50 0.13 37.64 0.62 0.65
Hex DD B4 6F 0 13 32 D 26 3E 41
Octal 335 264 157 0 23 62 15 46 76 101
Binary 11011101 10110100 1101111 0 10011 110010 1101 100110 111110 1000001

Color Harmonies of #DDB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB46F

Black with #DDB46F

Text Example


Text Example

White with #DDB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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