#DDC667

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

Shades of Chenin #DDC667

Tints of Chenin #DDC667

Color information

#DDC667 (or 0xDDC667) is unknown color: approx Chenin. HEX triplet: DD, C6 and 67. RGB value is (221,198,103). Sum of RGB (Red+Green+Blue) = 221+198+103=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC667 is #223998. Grayscale: #C2C2C2. Windows color (decimal): -2242969 or 6801117. OLE color: 6801117.

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

Color convert

RGB221198103-
CMYK00.100.530.13
HSL48.31º63.44%63.53%-
HSV(B)48.31º53.39%86.67%-
XYZ52.4656.7421.02-
YUV194.0576.62147.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 103 (40.62% from 255) = 19.73%
R=42.34%
G=37.93%
B=19.73%

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
Decimal22119810300.100.530.1348.3163.4463.53
HexDDC6670A35D303f40
Octal33530614701265156077100
Binary110111011100011011001110101011010111011100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC667; }

 p { color: rgb(221,198,103); }

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

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

 a { background-color: rgb(221,198,103); }

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

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

 span { border-color: rgb(221,198,103); }

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