#DDC369

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

Shades of Chenin #DDC369

Tints of Chenin #DDC369

Color information

#DDC369 (or 0xDDC369) is unknown color: approx Chenin. HEX triplet: DD, C3 and 69. RGB value is (221,195,105). Sum of RGB (Red+Green+Blue) = 221+195+105=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC369 is #223C96. Grayscale: #C0C0C0. Windows color (decimal): -2243735 or 6931421. OLE color: 6931421.

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

Color convert

RGB221195105-
CMYK00.120.520.13
HSL46.55º63.04%63.92%-
HSV(B)46.55º52.49%86.67%-
XYZ51.8855.4221.33-
YUV192.5178.61148.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=42.42%
G=37.43%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119510500.120.520.1346.5563.0463.92
HexDDC3690C34D2f3f40
Octal33530315101464155777100
Binary110111011100001111010010110011010011011011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC369; }

 p { color: rgb(221,195,105); }

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

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

 a { background-color: rgb(221,195,105); }

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

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

 span { border-color: rgb(221,195,105); }

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