Html Css Color HEX #DED416 Barberry

📋 copy color: '#DED416'

red 222 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DED416

Tints of Barberry #DED416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 48.68%
G = 46.49%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED416 (or 0xDED416) is known color: Barberry. HEX triplet: DE, D4 and 16. RGB value is (222,212,22). Sum of RGB (Red+Green+Blue) = 222+212+22=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED416 is #212BE9. Grayscale: #C2C2C2. Windows color (decimal): -2173930 or 1496286. OLE color: 1496286.

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

Color convert

RGB 222 212 22 -
CMYK 0 0.05 0.90 0.13
HSL 57º 0.82% 0.48% -
HSV(B) 57º 0.9% 0.87% -
XYZ 53.81 62.67 10.02 -
YUV 193.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 222 212 22 0 0.05 0.90 0.13 57 0.82 0.48
Hex DE D4 16 0 5 5A D 39 52 30
Octal 336 324 26 0 5 132 15 71 122 60
Binary 11011110 11010100 10110 0 101 1011010 1101 111001 1010010 110000

Color Harmonies of #DED416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED416

Black with #DED416

Text Example


Text Example

White with #DED416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED416; }

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

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

background-color css

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

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

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

border-color css

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

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

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