#DDC768

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

Shades of Chenin #DDC768

Tints of Chenin #DDC768

Color information

#DDC768 (or 0xDDC768) is unknown color: approx Chenin. HEX triplet: DD, C7 and 68. RGB value is (221,199,104). Sum of RGB (Red+Green+Blue) = 221+199+104=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC768 is #223897. Grayscale: #C3C3C3. Windows color (decimal): -2242712 or 6866909. OLE color: 6866909.

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

Color convert

RGB221199104-
CMYK00.100.530.13
HSL48.72º63.24%63.73%-
HSV(B)48.72º52.94%86.67%-
XYZ52.7457.2221.36-
YUV194.7576.79146.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=42.18%
G=37.98%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119910400.100.530.1348.7263.2463.73
HexDDC7680A35D313f40
Octal33530715001265156177100
Binary110111011100011111010000101011010111011100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC768; }

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

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

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

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

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

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

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

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