#DDC46A

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

Shades of Chenin #DDC46A

Tints of Chenin #DDC46A

Color information

#DDC46A (or 0xDDC46A) is unknown color: approx Chenin. HEX triplet: DD, C4 and 6A. RGB value is (221,196,106). Sum of RGB (Red+Green+Blue) = 221+196+106=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC46A is #223B95. Grayscale: #C1C1C1. Windows color (decimal): -2243478 or 6997213. OLE color: 6997213.

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

Color convert

RGB221196106-
CMYK00.110.520.13
HSL46.96º62.84%64.12%-
HSV(B)46.96º52.04%86.67%-
XYZ52.1655.8921.67-
YUV193.2178.78147.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=42.26%
G=37.48%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119610600.110.520.1346.9662.8464.12
HexDDC46A0B34D2f3f40
Octal33530415201364155777100
Binary110111011100010011010100101111010011011011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC46A; }

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

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

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

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

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

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

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

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