Html Css Color HEX #DEDA16 Barberry

📋 copy color: '#DEDA16'

red 222 ◦ green 218 ◦ blue 22

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

Shades of Barberry #DEDA16

Tints of Barberry #DEDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.19%

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

R = 48.05%
G = 47.19%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEDA16 (or 0xDEDA16) is known color: Barberry. HEX triplet: DE, DA and 16. RGB value is (222,218,22). Sum of RGB (Red+Green+Blue) = 222+218+22=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA16 is #2125E9. Grayscale: #C5C5C5. Windows color (decimal): -2172394 or 1497822. OLE color: 1497822.

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

Color convert

RGB 222 218 22 -
CMYK 0 0.02 0.90 0.13
HSL 58.8º 0.82% 0.48% -
HSV(B) 58.8º 0.9% 0.87% -
XYZ 55.34 65.73 10.53 -
YUV 196.85 29.33 145.94 -
System Red Green Blue C M Y K H S L
Decimal 222 218 22 0 0.02 0.90 0.13 58.8 0.82 0.48
Hex DE DA 16 0 2 5A D 3B 52 30
Octal 336 332 26 0 2 132 15 73 122 60
Binary 11011110 11011010 10110 0 10 1011010 1101 111011 1010010 110000

Color Harmonies of #DEDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA16

Black with #DEDA16

Text Example


Text Example

White with #DEDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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