Html Css Color HEX #DDB56F Harvest Gold

📋 copy color: '#DDB56F'

red 221 ◦ green 181 ◦ blue 111

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

Shades of Harvest Gold #DDB56F

Tints of Harvest Gold #DDB56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 43.08%
G = 35.28%
B = 21.64%

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

#DDB56F (or 0xDDB56F) is known color: Harvest Gold. HEX triplet: DD, B5 and 6F. RGB value is (221,181,111). Sum of RGB (Red+Green+Blue) = 221+181+111=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB56F is #224A90. Grayscale: #B9B9B9. Windows color (decimal): -2247313 or 7321053. OLE color: 7321053.

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

Color convert

RGB 221 181 111 -
CMYK 0 0.18 0.50 0.13
HSL 38.18º 0.62% 0.65% -
HSV(B) 38.18º 0.5% 0.87% -
XYZ 49.21 49.57 22.01 -
YUV 184.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 221 181 111 0 0.18 0.50 0.13 38.18 0.62 0.65
Hex DD B5 6F 0 12 32 D 26 3E 41
Octal 335 265 157 0 22 62 15 46 76 101
Binary 11011101 10110101 1101111 0 10010 110010 1101 100110 111110 1000001

Color Harmonies of #DDB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB56F

Black with #DDB56F

Text Example


Text Example

White with #DDB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB56F; }

 p { color: rgb(221,181,111); }

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

background-color css

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

 a { background-color: rgb(221,181,111); }

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

border-color css

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

 span { border-color: rgb(221,181,111); }

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