Html Css Color HEX #DCE011 Barberry

📋 copy color: '#DCE011'

red 220 ◦ green 224 ◦ blue 17

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

Shades of Barberry #DCE011

Tints of Barberry #DCE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 47.72%
G = 48.59%
B = 3.69%

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

#DCE011 (or 0xDCE011) is known color: Barberry. HEX triplet: DC, E0 and 11. RGB value is (220,224,17). Sum of RGB (Red+Green+Blue) = 220+224+17=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE011 is #231FEE. Grayscale: #C8C8C8. Windows color (decimal): -2301935 or 1171676. OLE color: 1171676.

HSL color Cylindrical-coordinate representation of color #DCE011: hue angle of 61.16º 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 #DCE011 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 17 -
CMYK 0.02 0 0.92 0.12
HSL 61.16º 0.86% 0.47% -
HSV(B) 61.16º 0.92% 0.88% -
XYZ 56.27 68.57 10.8 -
YUV 199.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 220 224 17 0.02 0 0.92 0.12 61.16 0.86 0.47
Hex DC E0 11 2 0 5C C 3D 56 2F
Octal 334 340 21 2 0 134 14 75 126 57
Binary 11011100 11100000 10001 10 0 1011100 1100 111101 1010110 101111

Color Harmonies of #DCE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE011

Black with #DCE011

Text Example


Text Example

White with #DCE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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