Html Css Color HEX #DDB36E Harvest Gold

📋 copy color: '#DDB36E'

red 221 ◦ green 179 ◦ blue 110

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

Shades of Harvest Gold #DDB36E

Tints of Harvest Gold #DDB36E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

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

R = 43.33%
G = 35.1%
B = 21.57%

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

#DDB36E (or 0xDDB36E) is known color: Harvest Gold. HEX triplet: DD, B3 and 6E. RGB value is (221,179,110). Sum of RGB (Red+Green+Blue) = 221+179+110=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB36E is #224C91. Grayscale: #B8B8B8. Windows color (decimal): -2247826 or 7255005. OLE color: 7255005.

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

Color convert

RGB 221 179 110 -
CMYK 0 0.19 0.50 0.13
HSL 37.3º 0.62% 0.65% -
HSV(B) 37.3º 0.5% 0.87% -
XYZ 48.75 48.74 21.59 -
YUV 183.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 221 179 110 0 0.19 0.50 0.13 37.3 0.62 0.65
Hex DD B3 6E 0 13 32 D 25 3E 41
Octal 335 263 156 0 23 62 15 45 76 101
Binary 11011101 10110011 1101110 0 10011 110010 1101 100101 111110 1000001

Color Harmonies of #DDB36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB36E

Black with #DDB36E

Text Example


Text Example

White with #DDB36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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