Html Css Color HEX #DED116 Barberry

📋 copy color: '#DED116'

red 222 ◦ green 209 ◦ blue 22

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

Shades of Barberry #DED116

Tints of Barberry #DED116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

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

R = 49.01%
G = 46.14%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED116 (or 0xDED116) is known color: Barberry. HEX triplet: DE, D1 and 16. RGB value is (222,209,22). Sum of RGB (Red+Green+Blue) = 222+209+22=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED116 is #212EE9. Grayscale: #C0C0C0. Windows color (decimal): -2174698 or 1495518. OLE color: 1495518.

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

Color convert

RGB 222 209 22 -
CMYK 0 0.06 0.90 0.13
HSL 56.1º 0.82% 0.48% -
HSV(B) 56.1º 0.9% 0.87% -
XYZ 53.07 61.19 9.77 -
YUV 191.57 32.31 149.71 -
System Red Green Blue C M Y K H S L
Decimal 222 209 22 0 0.06 0.90 0.13 56.1 0.82 0.48
Hex DE D1 16 0 6 5A D 38 52 30
Octal 336 321 26 0 6 132 15 70 122 60
Binary 11011110 11010001 10110 0 110 1011010 1101 111000 1010010 110000

Color Harmonies of #DED116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED116

Black with #DED116

Text Example


Text Example

White with #DED116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED116; }

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

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

background-color css

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

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

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

border-color css

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

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

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