#DDC66A

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

Shades of Chenin #DDC66A

Tints of Chenin #DDC66A

Color information

#DDC66A (or 0xDDC66A) is unknown color: approx Chenin. HEX triplet: DD, C6 and 6A. RGB value is (221,198,106). Sum of RGB (Red+Green+Blue) = 221+198+106=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66A is #223995. Grayscale: #C2C2C2. Windows color (decimal): -2242966 or 6997725. OLE color: 6997725.

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

Color convert

RGB221198106-
CMYK00.100.520.13
HSL48º62.84%64.12%-
HSV(B)48º52.04%86.67%-
XYZ52.6156.821.83-
YUV194.3978.12146.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=42.10%
G=37.71%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119810600.100.520.134862.8464.12
HexDDC66A0A34D303f40
Octal33530615201264156077100
Binary110111011100011011010100101011010011011100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC66A; }

 p { color: rgb(221,198,106); }

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

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

 a { background-color: rgb(221,198,106); }

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

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

 span { border-color: rgb(221,198,106); }

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