#DDC274

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

Shades of Chenin #DDC274

Tints of Chenin #DDC274

Color information

#DDC274 (or 0xDDC274) is unknown color: approx Chenin. HEX triplet: DD, C2 and 74. RGB value is (221,194,116). Sum of RGB (Red+Green+Blue) = 221+194+116=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC274 is #223D8B. Grayscale: #C1C1C1. Windows color (decimal): -2243980 or 7652061. OLE color: 7652061.

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

Color convert

RGB221194116-
CMYK00.120.480.13
HSL44.57º60.69%66.08%-
HSV(B)44.57º47.51%86.67%-
XYZ52.2655.2224.43-
YUV193.1884.45147.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=41.62%
G=36.53%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119411600.120.480.1344.5760.6966.08
HexDDC2740C30D2d3d42
Octal33530216401460155575102
Binary110111011100001011101000110011000011011011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC274; }

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

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

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

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

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

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

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

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