Html Css Color HEX #DED118 Barberry

📋 copy color: '#DED118'

red 222 ◦ green 209 ◦ blue 24

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

Shades of Barberry #DED118

Tints of Barberry #DED118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.27%

R = 48.79%
G = 45.93%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED118 (or 0xDED118) is known color: Barberry. HEX triplet: DE, D1 and 18. RGB value is (222,209,24). Sum of RGB (Red+Green+Blue) = 222+209+24=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED118 is #212EE7. Grayscale: #C0C0C0. Windows color (decimal): -2174696 or 1626590. OLE color: 1626590.

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

Color convert

RGB 222 209 24 -
CMYK 0 0.06 0.89 0.13
HSL 56.06º 0.8% 0.48% -
HSV(B) 56.06º 0.89% 0.87% -
XYZ 53.09 61.2 9.88 -
YUV 191.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 222 209 24 0 0.06 0.89 0.13 56.06 0.8 0.48
Hex DE D1 18 0 6 59 D 38 50 30
Octal 336 321 30 0 6 131 15 70 120 60
Binary 11011110 11010001 11000 0 110 1011001 1101 111000 1010000 110000

Color Harmonies of #DED118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED118

Black with #DED118

Text Example


Text Example

White with #DED118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED118; }

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

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

background-color css

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

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

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

border-color css

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

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

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