#DCE00F

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

Shades of Barberry #DCE00F

Tints of Barberry #DCE00F

Color information

#DCE00F (or 0xDCE00F) is unknown color: approx Barberry. HEX triplet: DC, E0 and 0F. RGB value is (220,224,15). Sum of RGB (Red+Green+Blue) = 220+224+15=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE00F is #231FF0. Grayscale: #C7C7C7. Windows color (decimal): -2301937 or 1040604. OLE color: 1040604.

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

Color convert

RGB22022415-
CMYK0.0200.930.12
HSL61.15º87.45%46.86%-
HSV(B)61.15º93.3%87.84%-
XYZ56.2668.5610.72-
YUV198.9824.17142.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 15 (6.25% from 255) = 3.27%
R=47.93%
G=48.80%
B=3.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220224150.0200.930.1261.1587.4546.86
HexDCE0F205DC3d572f
Octal3343401720135147512757
Binary11011100111000001111100101110111001111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE00F; }

 p { color: rgb(220,224,15); }

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

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

 a { background-color: rgb(220,224,15); }

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

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

 span { border-color: rgb(220,224,15); }

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