#DCC267

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

Shades of Chenin #DCC267

Tints of Chenin #DCC267

Color information

#DCC267 (or 0xDCC267) is unknown color: approx Chenin. HEX triplet: DC, C2 and 67. RGB value is (220,194,103). Sum of RGB (Red+Green+Blue) = 220+194+103=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC267 is #233D98. Grayscale: #BFBFBF. Windows color (decimal): -2309529 or 6800092. OLE color: 6800092.

HSL color Cylindrical-coordinate representation of color #DCC267: hue angle of 46.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCC267 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220194103-
CMYK00.120.530.14
HSL46.67º62.57%63.33%-
HSV(B)46.67º53.18%86.27%-
XYZ51.2654.7820.7-
YUV191.478.11148.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=42.55%
G=37.52%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019410300.120.530.1446.6762.5763.33
HexDCC2670C35E2f3f3f
Octal3343021470146516577777
Binary11011100110000101100111011001101011110101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC267; }

 p { color: rgb(220,194,103); }

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

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

 a { background-color: rgb(220,194,103); }

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

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

 span { border-color: rgb(220,194,103); }

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