Html Css Color HEX #DED115 Barberry

📋 copy color: '#DED115'

red 222 ◦ green 209 ◦ blue 21

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

Shades of Barberry #DED115

Tints of Barberry #DED115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 49.12%
G = 46.24%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED115 (or 0xDED115) is known color: Barberry. HEX triplet: DE, D1 and 15. RGB value is (222,209,21). Sum of RGB (Red+Green+Blue) = 222+209+21=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED115 is #212EEA. Grayscale: #C0C0C0. Windows color (decimal): -2174699 or 1429982. OLE color: 1429982.

HSL color Cylindrical-coordinate representation of color #DED115: hue angle of 56.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED115 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 21 -
CMYK 0 0.06 0.91 0.13
HSL 56.12º 0.83% 0.48% -
HSV(B) 56.12º 0.91% 0.87% -
XYZ 53.06 61.18 9.72 -
YUV 191.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 222 209 21 0 0.06 0.91 0.13 56.12 0.83 0.48
Hex DE D1 15 0 6 5B D 38 53 30
Octal 336 321 25 0 6 133 15 70 123 60
Binary 11011110 11010001 10101 0 110 1011011 1101 111000 1010011 110000

Color Harmonies of #DED115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED115

Black with #DED115

Text Example


Text Example

White with #DED115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED115; }

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

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

background-color css

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

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

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

border-color css

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

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

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