#DDC465

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

Shades of Chenin #DDC465

Tints of Chenin #DDC465

Color information

#DDC465 (or 0xDDC465) is unknown color: approx Chenin. HEX triplet: DD, C4 and 65. RGB value is (221,196,101). Sum of RGB (Red+Green+Blue) = 221+196+101=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC465 is #223B9A. Grayscale: #C1C1C1. Windows color (decimal): -2243483 or 6669533. OLE color: 6669533.

HSL color Cylindrical-coordinate representation of color #DDC465: hue angle of 47.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 #DDC465 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221196101-
CMYK00.110.540.13
HSL47.5º63.83%63.14%-
HSV(B)47.5º54.3%86.67%-
XYZ51.9155.7920.34-
YUV192.6476.28148.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=42.66%
G=37.84%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119610100.110.540.1347.563.8363.14
HexDDC4650B36D30403f
Octal33530414501366156010077
Binary110111011100010011001010101111011011011100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC465; }

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

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

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

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

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

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

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

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