#DDC265

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

Shades of Chenin #DDC265

Tints of Chenin #DDC265

Color information

#DDC265 (or 0xDDC265) is unknown color: approx Chenin. HEX triplet: DD, C2 and 65. RGB value is (221,194,101). Sum of RGB (Red+Green+Blue) = 221+194+101=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC265 is #223D9A. Grayscale: #BFBFBF. Windows color (decimal): -2243995 or 6669021. OLE color: 6669021.

HSL color Cylindrical-coordinate representation of color #DDC265: hue angle of 46.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDC265 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221194101-
CMYK00.120.540.13
HSL46.5º63.83%63.14%-
HSV(B)46.5º54.3%86.67%-
XYZ51.4654.920.2-
YUV191.4776.95149.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=42.83%
G=37.60%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119410100.120.540.1346.563.8363.14
HexDDC2650C36D2e403f
Octal33530214501466155610077
Binary110111011100001011001010110011011011011011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC265; }

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

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

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

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

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

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

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

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