#DDC075

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

Shades of Chenin #DDC075

Tints of Chenin #DDC075

Color information

#DDC075 (or 0xDDC075) is unknown color: approx Chenin. HEX triplet: DD, C0 and 75. RGB value is (221,192,117). Sum of RGB (Red+Green+Blue) = 221+192+117=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC075 is #223F8A. Grayscale: #C0C0C0. Windows color (decimal): -2244491 or 7717085. OLE color: 7717085.

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

Color convert

RGB221192117-
CMYK00.130.470.13
HSL43.27º60.47%66.27%-
HSV(B)43.27º47.06%86.67%-
XYZ51.8854.3624.59-
YUV192.1285.61148.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=41.70%
G=36.23%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119211700.130.470.1343.2760.4766.27
HexDDC0750D2FD2b3c42
Octal33530016501557155374102
Binary110111011100000011101010110110111111011010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC075; }

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

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

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

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

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

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

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

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