#ddc168

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

Shades of Chenin #DDC168

Tints of Chenin #DDC168

Color information

#DDC168 (or 0xDDC168) is unknown color: approx Chenin. HEX triplet: DD, C1 and 68. RGB value is (221,193,104). Sum of RGB (Red+Green+Blue) = 221+193+104=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC168 is #223E97. Grayscale: #BFBFBF. Windows color (decimal): -2244248 or 6865373. OLE color: 6865373.

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

Color convert

RGB221193104-
CMYK00.130.530.13
HSL45.64º63.24%63.73%-
HSV(B)45.64º52.94%86.67%-
XYZ51.3954.5120.91-
YUV191.2378.78149.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=42.66%
G=37.26%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119310400.130.530.1345.6463.2463.73
HexDDC1680D35D2e3f40
Octal33530115001565155677100
Binary110111011100000111010000110111010111011011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc168; }

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

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

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

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

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

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

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

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