Html Css Color HEX #DEDC16 Barberry

📋 copy color: '#DEDC16'

red 222 ◦ green 220 ◦ blue 22

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

Shades of Barberry #DEDC16

Tints of Barberry #DEDC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

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

R = 47.84%
G = 47.41%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEDC16 (or 0xDEDC16) is known color: Barberry. HEX triplet: DE, DC and 16. RGB value is (222,220,22). Sum of RGB (Red+Green+Blue) = 222+220+22=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC16 is #2123E9. Grayscale: #C6C6C6. Windows color (decimal): -2171882 or 1498334. OLE color: 1498334.

HSL color Cylindrical-coordinate representation of color #DEDC16: hue angle of 59.4º 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 #DEDC16 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 22 -
CMYK 0 0.01 0.90 0.13
HSL 59.4º 0.82% 0.48% -
HSV(B) 59.4º 0.9% 0.87% -
XYZ 55.86 66.77 10.7 -
YUV 198.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 222 220 22 0 0.01 0.90 0.13 59.4 0.82 0.48
Hex DE DC 16 0 1 5A D 3B 52 30
Octal 336 334 26 0 1 132 15 73 122 60
Binary 11011110 11011100 10110 0 1 1011010 1101 111011 1010010 110000

Color Harmonies of #DEDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC16

Black with #DEDC16

Text Example


Text Example

White with #DEDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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