#DDC263

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

Shades of Chenin #DDC263

Tints of Chenin #DDC263

Color information

#DDC263 (or 0xDDC263) is unknown color: approx Chenin. HEX triplet: DD, C2 and 63. RGB value is (221,194,99). Sum of RGB (Red+Green+Blue) = 221+194+99=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC263 is #223D9C. Grayscale: #BFBFBF. Windows color (decimal): -2243997 or 6537949. OLE color: 6537949.

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

Color convert

RGB22119499-
CMYK00.120.550.13
HSL46.72º64.21%62.75%-
HSV(B)46.72º55.2%86.67%-
XYZ51.3654.8619.69-
YUV191.2475.95149.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 99 (39.06% from 255) = 19.26%
R=43.00%
G=37.74%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211949900.120.550.1346.7264.2162.75
HexDDC2630C37D2f403f
Octal33530214301467155710077
Binary110111011100001011000110110011011111011011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC263; }

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

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

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

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

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

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

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

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