Html Css Color HEX #DDB271 Harvest Gold

📋 copy color: '#DDB271'

red 221 ◦ green 178 ◦ blue 113

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

Shades of Harvest Gold #DDB271

Tints of Harvest Gold #DDB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 43.16%
G = 34.77%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB271 (or 0xDDB271) is known color: Harvest Gold. HEX triplet: DD, B2 and 71. RGB value is (221,178,113). Sum of RGB (Red+Green+Blue) = 221+178+113=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB271 is #224D8E. Grayscale: #B7B7B7. Windows color (decimal): -2248079 or 7451357. OLE color: 7451357.

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

Color convert

RGB 221 178 113 -
CMYK 0 0.19 0.49 0.13
HSL 36.11º 0.61% 0.65% -
HSV(B) 36.11º 0.49% 0.87% -
XYZ 48.72 48.41 22.4 -
YUV 183.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 221 178 113 0 0.19 0.49 0.13 36.11 0.61 0.65
Hex DD B2 71 0 13 31 D 24 3D 41
Octal 335 262 161 0 23 61 15 44 75 101
Binary 11011101 10110010 1110001 0 10011 110001 1101 100100 111101 1000001

Color Harmonies of #DDB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB271

Black with #DDB271

Text Example


Text Example

White with #DDB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB271; }

 p { color: rgb(221,178,113); }

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

background-color css

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

 a { background-color: rgb(221,178,113); }

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

border-color css

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

 span { border-color: rgb(221,178,113); }

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