Html Css Color HEX #DDB16F Harvest Gold

📋 copy color: '#DDB16F'

red 221 ◦ green 177 ◦ blue 111

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

Shades of Harvest Gold #DDB16F

Tints of Harvest Gold #DDB16F

RGB

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

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

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

R = 43.42%
G = 34.77%
B = 21.81%

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

#DDB16F (or 0xDDB16F) is known color: Harvest Gold. HEX triplet: DD, B1 and 6F. RGB value is (221,177,111). Sum of RGB (Red+Green+Blue) = 221+177+111=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB16F is #224E90. Grayscale: #B6B6B6. Windows color (decimal): -2248337 or 7320029. OLE color: 7320029.

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

Color convert

RGB 221 177 111 -
CMYK 0 0.20 0.50 0.13
HSL 36º 0.62% 0.65% -
HSV(B) 36º 0.5% 0.87% -
XYZ 48.41 47.96 21.75 -
YUV 182.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 221 177 111 0 0.20 0.50 0.13 36 0.62 0.65
Hex DD B1 6F 0 14 32 D 24 3E 41
Octal 335 261 157 0 24 62 15 44 76 101
Binary 11011101 10110001 1101111 0 10100 110010 1101 100100 111110 1000001

Color Harmonies of #DDB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB16F

Black with #DDB16F

Text Example


Text Example

White with #DDB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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