Html Css Color HEX #DCE00F Barberry

📋 copy color: '#DCE00F'

red 220 ◦ green 224 ◦ blue 15

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

Shades of Barberry #DCE00F

Tints of Barberry #DCE00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.27%

R = 47.93%
G = 48.8%
B = 3.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#DCE00F (or 0xDCE00F) is known color: 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

RGB 220 224 15 -
CMYK 0.02 0 0.93 0.12
HSL 61.15º 0.87% 0.47% -
HSV(B) 61.15º 0.93% 0.88% -
XYZ 56.26 68.56 10.72 -
YUV 198.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 220 224 15 0.02 0 0.93 0.12 61.15 0.87 0.47
Hex DC E0 F 2 0 5D C 3D 57 2F
Octal 334 340 17 2 0 135 14 75 127 57
Binary 11011100 11100000 1111 10 0 1011101 1100 111101 1010111 101111

Color Harmonies of #DCE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE00F

Black with #DCE00F

Text Example


Text Example

White with #DCE00F

Text Example


Text Example

HTML Codes & Css Web 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>