Html Css Color HEX #DDB16E Harvest Gold

📋 copy color: '#DDB16E'

red 221 ◦ green 177 ◦ blue 110

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

Shades of Harvest Gold #DDB16E

Tints of Harvest Gold #DDB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 43.5%
G = 34.84%
B = 21.65%

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

#DDB16E (or 0xDDB16E) is known color: Harvest Gold. HEX triplet: DD, B1 and 6E. RGB value is (221,177,110). Sum of RGB (Red+Green+Blue) = 221+177+110=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB16E is #224E91. Grayscale: #B6B6B6. Windows color (decimal): -2248338 or 7254493. OLE color: 7254493.

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

Color convert

RGB 221 177 110 -
CMYK 0 0.20 0.50 0.13
HSL 36.22º 0.62% 0.65% -
HSV(B) 36.22º 0.5% 0.87% -
XYZ 48.36 47.94 21.46 -
YUV 182.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 221 177 110 0 0.20 0.50 0.13 36.22 0.62 0.65
Hex DD B1 6E 0 14 32 D 24 3E 41
Octal 335 261 156 0 24 62 15 44 76 101
Binary 11011101 10110001 1101110 0 10100 110010 1101 100100 111110 1000001

Color Harmonies of #DDB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB16E

Black with #DDB16E

Text Example


Text Example

White with #DDB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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