#DCDF10

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

Shades of Barberry #DCDF10

Tints of Barberry #DCDF10

Color information

#DCDF10 (or 0xDCDF10) is unknown color: approx Barberry. HEX triplet: DC, DF and 10. RGB value is (220,223,16). Sum of RGB (Red+Green+Blue) = 220+223+16=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF10 is #2320EF. Grayscale: #C7C7C7. Windows color (decimal): -2302192 or 1105884. OLE color: 1105884.

HSL color Cylindrical-coordinate representation of color #DCDF10: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCDF10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22022316-
CMYK0.0100.930.13
HSL60.87º86.61%46.86%-
HSV(B)60.87º92.83%87.45%-
XYZ5668.0310.67-
YUV198.525.01143.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 16 (6.64% from 255) = 3.49%
R=47.93%
G=48.58%
B=3.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223160.0100.930.1360.8786.6146.86
HexDCDF10105DD3d572f
Octal3343372010135157512757
Binary11011100110111111000010101110111011111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF10; }

 p { color: rgb(220,223,16); }

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

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

 a { background-color: rgb(220,223,16); }

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

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

 span { border-color: rgb(220,223,16); }

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