#DDC675

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

Shades of Chenin #DDC675

Tints of Chenin #DDC675

Color information

#DDC675 (or 0xDDC675) is unknown color: approx Chenin. HEX triplet: DD, C6 and 75. RGB value is (221,198,117). Sum of RGB (Red+Green+Blue) = 221+198+117=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC675 is #22398A. Grayscale: #C3C3C3. Windows color (decimal): -2242955 or 7718621. OLE color: 7718621.

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

Color convert

RGB221198117-
CMYK00.100.470.13
HSL46.73º60.47%66.27%-
HSV(B)46.73º47.06%86.67%-
XYZ53.2257.0425.04-
YUV195.6483.62146.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 198 (77.73% from 255) = 36.94%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=41.23%
G=36.94%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119811700.100.470.1346.7360.4766.27
HexDDC6750A2FD2f3c42
Octal33530616501257155774102
Binary110111011100011011101010101010111111011011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC675; }

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

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

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

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

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

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

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

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