#DDC174

Color #DDC174 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DDC174

Tints of Chenin #DDC174

Color information

#DDC174 (or 0xDDC174) is unknown color: approx Chenin. HEX triplet: DD, C1 and 74. RGB value is (221,193,116). Sum of RGB (Red+Green+Blue) = 221+193+116=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC174 is #223E8B. Grayscale: #C0C0C0. Windows color (decimal): -2244236 or 7651805. OLE color: 7651805.

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

Color convert

RGB221193116-
CMYK00.130.480.13
HSL44º60.69%66.08%-
HSV(B)44º47.51%86.67%-
XYZ52.0454.7724.35-
YUV192.5984.78148.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 116 (45.70% from 255) = 21.89%
R=41.70%
G=36.42%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119311600.130.480.134460.6966.08
HexDDC1740D30D2c3d42
Octal33530116401560155475102
Binary110111011100000111101000110111000011011011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC174; }

 p { color: rgb(221,193,116); }

 H1.HeaderClassName
 {
   color: #DDC174;
 }
 .AnyTagClassName
 {
   color: #DDC174;
 }
</style>
background-color css

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

 a { background-color: rgb(221,193,116); }

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

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

 span { border-color: rgb(221,193,116); }

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