Html Css Color HEX #DCE111 Barberry

📋 copy color: '#DCE111'

red 220 ◦ green 225 ◦ blue 17

#DCE111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #DCE111

Tints of Barberry #DCE111

RGB

 RED value IS 220 (86.33% from 255) = 47.62%

 GREEN value IS 225 (88.28% from 255) = 48.7%

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 47.62%
G = 48.7%
B = 3.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DCE111 (or 0xDCE111) is known color: Barberry. HEX triplet: DC, E1 and 11. RGB value is (220,225,17). Sum of RGB (Red+Green+Blue) = 220+225+17=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE111 is #231EEE. Grayscale: #C8C8C8. Windows color (decimal): -2301679 or 1171932. OLE color: 1171932.

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

Color convert

RGB 220 225 17 -
CMYK 0.02 0 0.92 0.12
HSL 61.44º 0.86% 0.47% -
HSV(B) 61.44º 0.92% 0.88% -
XYZ 56.54 69.11 10.89 -
YUV 199.79 24.84 142.41 -
System Red Green Blue C M Y K H S L
Decimal 220 225 17 0.02 0 0.92 0.12 61.44 0.86 0.47
Hex DC E1 11 2 0 5C C 3D 56 2F
Octal 334 341 21 2 0 134 14 75 126 57
Binary 11011100 11100001 10001 10 0 1011100 1100 111101 1010110 101111

Color Harmonies of #DCE111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE111

Black with #DCE111

Text Example


Text Example

White with #DCE111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE111; }

 p { color: rgb(220,225,17); }

 H1.HeaderClassName
 {
   color: #DCE111;
 }
 .AnyTagClassName
 {
   color: #DCE111;
 }
</style>

background-color css

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

 a { background-color: rgb(220,225,17); }

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

border-color css

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

 span { border-color: rgb(220,225,17); }

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