Html Css Color HEX #DDB06E Harvest Gold

📋 copy color: '#DDB06E'

red 221 ◦ green 176 ◦ blue 110

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

Shades of Harvest Gold #DDB06E

Tints of Harvest Gold #DDB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 110 (43.36% from 255) = 21.7%

R = 43.59%
G = 34.71%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDB06E (or 0xDDB06E) is known color: Harvest Gold. HEX triplet: DD, B0 and 6E. RGB value is (221,176,110). Sum of RGB (Red+Green+Blue) = 221+176+110=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06E is #224F91. Grayscale: #B6B6B6. Windows color (decimal): -2248594 or 7254237. OLE color: 7254237.

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

Color convert

RGB 221 176 110 -
CMYK 0 0.20 0.50 0.13
HSL 35.68º 0.62% 0.65% -
HSV(B) 35.68º 0.5% 0.87% -
XYZ 48.16 47.55 21.39 -
YUV 181.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 221 176 110 0 0.20 0.50 0.13 35.68 0.62 0.65
Hex DD B0 6E 0 14 32 D 24 3E 41
Octal 335 260 156 0 24 62 15 44 76 101
Binary 11011101 10110000 1101110 0 10100 110010 1101 100100 111110 1000001

Color Harmonies of #DDB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB06E

Black with #DDB06E

Text Example


Text Example

White with #DDB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB06E; }

 p { color: rgb(221,176,110); }

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

background-color css

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

 a { background-color: rgb(221,176,110); }

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

border-color css

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

 span { border-color: rgb(221,176,110); }

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