#DCBC67

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

Shades of Chenin #DCBC67

Tints of Chenin #DCBC67

Color information

#DCBC67 (or 0xDCBC67) is unknown color: approx Chenin. HEX triplet: DC, BC and 67. RGB value is (220,188,103). Sum of RGB (Red+Green+Blue) = 220+188+103=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC67 is #234398. Grayscale: #BCBCBC. Windows color (decimal): -2311065 or 6798556. OLE color: 6798556.

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

Color convert

RGB220188103-
CMYK00.150.530.14
HSL43.59º62.57%63.33%-
HSV(B)43.59º53.18%86.27%-
XYZ49.9552.1620.27-
YUV187.8880.1150.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=43.05%
G=36.79%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018810300.150.530.1443.5962.5763.33
HexDCBC670F35E2c3f3f
Octal3342741470176516547777
Binary11011100101111001100111011111101011110101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC67; }

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

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

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

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

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

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

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

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