Html Css Color HEX #DEE012 Barberry

📋 copy color: '#DEE012'

red 222 ◦ green 224 ◦ blue 18

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

Shades of Barberry #DEE012

Tints of Barberry #DEE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 47.84%
G = 48.28%
B = 3.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DEE012 (or 0xDEE012) is known color: Barberry. HEX triplet: DE, E0 and 12. RGB value is (222,224,18). Sum of RGB (Red+Green+Blue) = 222+224+18=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE012 is #211FED. Grayscale: #C8C8C8. Windows color (decimal): -2170862 or 1237214. OLE color: 1237214.

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

Color convert

RGB 222 224 18 -
CMYK 0.01 0 0.92 0.12
HSL 60.58º 0.85% 0.47% -
HSV(B) 60.58º 0.92% 0.88% -
XYZ 56.89 68.88 10.87 -
YUV 199.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 222 224 18 0.01 0 0.92 0.12 60.58 0.85 0.47
Hex DE E0 12 1 0 5C C 3D 55 2F
Octal 336 340 22 1 0 134 14 75 125 57
Binary 11011110 11100000 10010 1 0 1011100 1100 111101 1010101 101111

Color Harmonies of #DEE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE012

Black with #DEE012

Text Example


Text Example

White with #DEE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE012; }

 p { color: rgb(222,224,18); }

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

background-color css

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

 a { background-color: rgb(222,224,18); }

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

border-color css

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

 span { border-color: rgb(222,224,18); }

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