#DDC074

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

Shades of Chenin #DDC074

Tints of Chenin #DDC074

Color information

#DDC074 (or 0xDDC074) is unknown color: approx Chenin. HEX triplet: DD, C0 and 74. RGB value is (221,192,116). Sum of RGB (Red+Green+Blue) = 221+192+116=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC074 is #223F8B. Grayscale: #C0C0C0. Windows color (decimal): -2244492 or 7651549. OLE color: 7651549.

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

Color convert

RGB221192116-
CMYK00.130.480.13
HSL43.43º60.69%66.08%-
HSV(B)43.43º47.51%86.67%-
XYZ51.8254.3324.28-
YUV192.0185.11148.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=41.78%
G=36.29%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119211600.130.480.1343.4360.6966.08
HexDDC0740D30D2b3d42
Octal33530016401560155375102
Binary110111011100000011101000110111000011011010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC074; }

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

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

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

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

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

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

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

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