Html Css Color HEX #DED518 Barberry

📋 copy color: '#DED518'

red 222 ◦ green 213 ◦ blue 24

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

Shades of Barberry #DED518

Tints of Barberry #DED518

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

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

R = 48.37%
G = 46.41%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED518 (or 0xDED518) is known color: Barberry. HEX triplet: DE, D5 and 18. RGB value is (222,213,24). Sum of RGB (Red+Green+Blue) = 222+213+24=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED518 is #212AE7. Grayscale: #C2C2C2. Windows color (decimal): -2173672 or 1627614. OLE color: 1627614.

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

Color convert

RGB 222 213 24 -
CMYK 0 0.04 0.89 0.13
HSL 57.27º 0.8% 0.48% -
HSV(B) 57.27º 0.89% 0.87% -
XYZ 54.08 63.18 10.21 -
YUV 194.15 31.98 147.87 -
System Red Green Blue C M Y K H S L
Decimal 222 213 24 0 0.04 0.89 0.13 57.27 0.8 0.48
Hex DE D5 18 0 4 59 D 39 50 30
Octal 336 325 30 0 4 131 15 71 120 60
Binary 11011110 11010101 11000 0 100 1011001 1101 111001 1010000 110000

Color Harmonies of #DED518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED518

Black with #DED518

Text Example


Text Example

White with #DED518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED518; }

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

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

background-color css

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

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

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

border-color css

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

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

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