Html Css Color HEX #DEDE16 Barberry

📋 copy color: '#DEDE16'

red 222 ◦ green 222 ◦ blue 22

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

Shades of Barberry #DEDE16

Tints of Barberry #DEDE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 47.64%
G = 47.64%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEDE16 (or 0xDEDE16) is known color: Barberry. HEX triplet: DE, DE and 16. RGB value is (222,222,22). Sum of RGB (Red+Green+Blue) = 222+222+22=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE16 is #2121E9. Grayscale: #C7C7C7. Windows color (decimal): -2171370 or 1498846. OLE color: 1498846.

HSL color Cylindrical-coordinate representation of color #DEDE16: hue angle of 60º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEDE16 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 22 -
CMYK 0 0 0.90 0.13
HSL 60º 0.82% 0.48% -
HSV(B) 60º 0.9% 0.87% -
XYZ 56.39 67.83 10.88 -
YUV 199.2 28 144.26 -
System Red Green Blue C M Y K H S L
Decimal 222 222 22 0 0 0.90 0.13 60 0.82 0.48
Hex DE DE 16 0 0 5A D 3C 52 30
Octal 336 336 26 0 0 132 15 74 122 60
Binary 11011110 11011110 10110 0 0 1011010 1101 111100 1010010 110000

Color Harmonies of #DEDE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE16

Black with #DEDE16

Text Example


Text Example

White with #DEDE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE16; }

 p { color: rgb(222,222,22); }

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

background-color css

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

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

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

border-color css

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

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

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