Html Css Color HEX #DED616 Barberry

📋 copy color: '#DED616'

red 222 ◦ green 214 ◦ blue 22

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

Shades of Barberry #DED616

Tints of Barberry #DED616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.72%

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

R = 48.47%
G = 46.72%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED616 (or 0xDED616) is known color: Barberry. HEX triplet: DE, D6 and 16. RGB value is (222,214,22). Sum of RGB (Red+Green+Blue) = 222+214+22=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DED616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED616 is #2129E9. Grayscale: #C3C3C3. Windows color (decimal): -2173418 or 1496798. OLE color: 1496798.

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

Color convert

RGB 222 214 22 -
CMYK 0 0.04 0.90 0.13
HSL 57.6º 0.82% 0.48% -
HSV(B) 57.6º 0.9% 0.87% -
XYZ 54.32 63.68 10.19 -
YUV 194.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 222 214 22 0 0.04 0.90 0.13 57.6 0.82 0.48
Hex DE D6 16 0 4 5A D 3A 52 30
Octal 336 326 26 0 4 132 15 72 122 60
Binary 11011110 11010110 10110 0 100 1011010 1101 111010 1010010 110000

Color Harmonies of #DED616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED616

Black with #DED616

Text Example


Text Example

White with #DED616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED616; }

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

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

background-color css

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

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

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

border-color css

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

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

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