Html Css Color HEX #DDB66E Harvest Gold

📋 copy color: '#DDB66E'

red 221 ◦ green 182 ◦ blue 110

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

Shades of Harvest Gold #DDB66E

Tints of Harvest Gold #DDB66E

RGB

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

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

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

R = 43.08%
G = 35.48%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDB66E (or 0xDDB66E) is known color: Harvest Gold. HEX triplet: DD, B6 and 6E. RGB value is (221,182,110). Sum of RGB (Red+Green+Blue) = 221+182+110=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66E is #224991. Grayscale: #B9B9B9. Windows color (decimal): -2247058 or 7255773. OLE color: 7255773.

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

Color convert

RGB 221 182 110 -
CMYK 0 0.18 0.50 0.13
HSL 38.92º 0.62% 0.65% -
HSV(B) 38.92º 0.5% 0.87% -
XYZ 49.36 49.95 21.79 -
YUV 185.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 221 182 110 0 0.18 0.50 0.13 38.92 0.62 0.65
Hex DD B6 6E 0 12 32 D 27 3E 41
Octal 335 266 156 0 22 62 15 47 76 101
Binary 11011101 10110110 1101110 0 10010 110010 1101 100111 111110 1000001

Color Harmonies of #DDB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB66E

Black with #DDB66E

Text Example


Text Example

White with #DDB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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