Html Css Color HEX #DEE114 Barberry

📋 copy color: '#DEE114'

red 222 ◦ green 225 ◦ blue 20

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

Shades of Barberry #DEE114

Tints of Barberry #DEE114

RGB

 RED value IS 222 (87.11% from 255) = 47.54%

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 47.54%
G = 48.18%
B = 4.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#DEE114 (or 0xDEE114) is known color: Barberry. HEX triplet: DE, E1 and 14. RGB value is (222,225,20). Sum of RGB (Red+Green+Blue) = 222+225+20=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE114 is #211EEB. Grayscale: #C9C9C9. Windows color (decimal): -2170604 or 1368542. OLE color: 1368542.

HSL color Cylindrical-coordinate representation of color #DEE114: hue angle of 60.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE114 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 20 -
CMYK 0.01 0 0.91 0.12
HSL 60.88º 0.84% 0.48% -
HSV(B) 60.88º 0.91% 0.88% -
XYZ 57.18 69.43 11.05 -
YUV 200.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 222 225 20 0.01 0 0.91 0.12 60.88 0.84 0.48
Hex DE E1 14 1 0 5B C 3D 54 30
Octal 336 341 24 1 0 133 14 75 124 60
Binary 11011110 11100001 10100 1 0 1011011 1100 111101 1010100 110000

Color Harmonies of #DEE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE114

Black with #DEE114

Text Example


Text Example

White with #DEE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE114; }

 p { color: rgb(222,225,20); }

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

background-color css

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

 a { background-color: rgb(222,225,20); }

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

border-color css

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

 span { border-color: rgb(222,225,20); }

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