Html Css Color HEX #DED918 Barberry

📋 copy color: '#DED918'

red 222 ◦ green 217 ◦ blue 24

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

Shades of Barberry #DED918

Tints of Barberry #DED918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

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

R = 47.95%
G = 46.87%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED918 (or 0xDED918) is known color: Barberry. HEX triplet: DE, D9 and 18. RGB value is (222,217,24). Sum of RGB (Red+Green+Blue) = 222+217+24=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED918 is #2126E7. Grayscale: #C5C5C5. Windows color (decimal): -2172648 or 1628638. OLE color: 1628638.

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

Color convert

RGB 222 217 24 -
CMYK 0 0.02 0.89 0.13
HSL 58.48º 0.8% 0.48% -
HSV(B) 58.48º 0.89% 0.87% -
XYZ 55.1 65.22 10.55 -
YUV 196.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 222 217 24 0 0.02 0.89 0.13 58.48 0.8 0.48
Hex DE D9 18 0 2 59 D 3A 50 30
Octal 336 331 30 0 2 131 15 72 120 60
Binary 11011110 11011001 11000 0 10 1011001 1101 111010 1010000 110000

Color Harmonies of #DED918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED918

Black with #DED918

Text Example


Text Example

White with #DED918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED918; }

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

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

background-color css

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

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

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

border-color css

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

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

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