#DDC867

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

Shades of Chenin #DDC867

Tints of Chenin #DDC867

Color information

#DDC867 (or 0xDDC867) is unknown color: approx Chenin. HEX triplet: DD, C8 and 67. RGB value is (221,200,103). Sum of RGB (Red+Green+Blue) = 221+200+103=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC867 is #223798. Grayscale: #C3C3C3. Windows color (decimal): -2242457 or 6801629. OLE color: 6801629.

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

Color convert

RGB221200103-
CMYK00.100.530.13
HSL49.32º63.44%63.53%-
HSV(B)49.32º53.39%86.67%-
XYZ52.9257.6621.17-
YUV195.2275.96146.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 103 (40.62% from 255) = 19.66%
R=42.18%
G=38.17%
B=19.66%

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
Decimal22120010300.100.530.1349.3263.4463.53
HexDDC8670A35D313f40
Octal33531014701265156177100
Binary110111011100100011001110101011010111011100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC867; }

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

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

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

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

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

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

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

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