Html Css Color HEX #DED218 Barberry

📋 copy color: '#DED218'

red 222 ◦ green 210 ◦ blue 24

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

Shades of Barberry #DED218

Tints of Barberry #DED218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

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

R = 48.68%
G = 46.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED218 (or 0xDED218) is known color: Barberry. HEX triplet: DE, D2 and 18. RGB value is (222,210,24). Sum of RGB (Red+Green+Blue) = 222+210+24=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED218 is #212DE7. Grayscale: #C1C1C1. Windows color (decimal): -2174440 or 1626846. OLE color: 1626846.

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

Color convert

RGB 222 210 24 -
CMYK 0 0.05 0.89 0.13
HSL 56.36º 0.8% 0.48% -
HSV(B) 56.36º 0.89% 0.87% -
XYZ 53.34 61.69 9.96 -
YUV 192.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 222 210 24 0 0.05 0.89 0.13 56.36 0.8 0.48
Hex DE D2 18 0 5 59 D 38 50 30
Octal 336 322 30 0 5 131 15 70 120 60
Binary 11011110 11010010 11000 0 101 1011001 1101 111000 1010000 110000

Color Harmonies of #DED218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED218

Black with #DED218

Text Example


Text Example

White with #DED218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED218; }

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

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

background-color css

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

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

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

border-color css

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

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

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