Html Css Color HEX #DDB070 Harvest Gold

📋 copy color: '#DDB070'

red 221 ◦ green 176 ◦ blue 112

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

Shades of Harvest Gold #DDB070

Tints of Harvest Gold #DDB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 43.42%
G = 34.58%
B = 22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB070 (or 0xDDB070) is known color: Harvest Gold. HEX triplet: DD, B0 and 70. RGB value is (221,176,112). Sum of RGB (Red+Green+Blue) = 221+176+112=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB070 is #224F8F. Grayscale: #B6B6B6. Windows color (decimal): -2248592 or 7385309. OLE color: 7385309.

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

Color convert

RGB 221 176 112 -
CMYK 0 0.20 0.49 0.13
HSL 35.23º 0.62% 0.65% -
HSV(B) 35.23º 0.49% 0.87% -
XYZ 48.27 47.59 21.97 -
YUV 182.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 221 176 112 0 0.20 0.49 0.13 35.23 0.62 0.65
Hex DD B0 70 0 14 31 D 23 3E 41
Octal 335 260 160 0 24 61 15 43 76 101
Binary 11011101 10110000 1110000 0 10100 110001 1101 100011 111110 1000001

Color Harmonies of #DDB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB070

Black with #DDB070

Text Example


Text Example

White with #DDB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB070; }

 p { color: rgb(221,176,112); }

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

background-color css

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

 a { background-color: rgb(221,176,112); }

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

border-color css

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

 span { border-color: rgb(221,176,112); }

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