#DDC769

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

Shades of Chenin #DDC769

Tints of Chenin #DDC769

Color information

#DDC769 (or 0xDDC769) is unknown color: approx Chenin. HEX triplet: DD, C7 and 69. RGB value is (221,199,105). Sum of RGB (Red+Green+Blue) = 221+199+105=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC769 is #223896. Grayscale: #C3C3C3. Windows color (decimal): -2242711 or 6932445. OLE color: 6932445.

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

Color convert

RGB221199105-
CMYK00.100.520.13
HSL48.62º63.04%63.92%-
HSV(B)48.62º52.49%86.67%-
XYZ52.7957.2421.63-
YUV194.8677.29146.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 105 (41.41% from 255) = 20%
R=42.10%
G=37.90%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119910500.100.520.1348.6263.0463.92
HexDDC7690A34D313f40
Octal33530715101264156177100
Binary110111011100011111010010101011010011011100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC769; }

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

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

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

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

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

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

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

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