Html Css Color HEX #DDB76D Harvest Gold

📋 copy color: '#DDB76D'

red 221 ◦ green 183 ◦ blue 109

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

Shades of Harvest Gold #DDB76D

Tints of Harvest Gold #DDB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 43.08%
G = 35.67%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDB76D (or 0xDDB76D) is known color: Harvest Gold. HEX triplet: DD, B7 and 6D. RGB value is (221,183,109). Sum of RGB (Red+Green+Blue) = 221+183+109=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB76D is #224892. Grayscale: #BABABA. Windows color (decimal): -2246803 or 7190493. OLE color: 7190493.

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

Color convert

RGB 221 183 109 -
CMYK 0 0.17 0.51 0.13
HSL 39.64º 0.62% 0.65% -
HSV(B) 39.64º 0.51% 0.87% -
XYZ 49.51 50.34 21.58 -
YUV 185.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 221 183 109 0 0.17 0.51 0.13 39.64 0.62 0.65
Hex DD B7 6D 0 11 33 D 28 3E 41
Octal 335 267 155 0 21 63 15 50 76 101
Binary 11011101 10110111 1101101 0 10001 110011 1101 101000 111110 1000001

Color Harmonies of #DDB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB76D

Black with #DDB76D

Text Example


Text Example

White with #DDB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB76D; }

 p { color: rgb(221,183,109); }

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

background-color css

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

 a { background-color: rgb(221,183,109); }

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

border-color css

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

 span { border-color: rgb(221,183,109); }

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