Html Css Color HEX #DED224 Barberry

📋 copy color: '#DED224'

red 222 ◦ green 210 ◦ blue 36

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

Shades of Barberry #DED224

Tints of Barberry #DED224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.69%

R = 47.44%
G = 44.87%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED224 (or 0xDED224) is known color: Barberry. HEX triplet: DE, D2 and 24. RGB value is (222,210,36). Sum of RGB (Red+Green+Blue) = 222+210+36=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED224 is #212DDB. Grayscale: #C2C2C2. Windows color (decimal): -2174428 or 2413278. OLE color: 2413278.

HSL color Cylindrical-coordinate representation of color #DED224: hue angle of 56.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED224 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 36 -
CMYK 0 0.05 0.84 0.13
HSL 56.13º 0.74% 0.51% -
HSV(B) 56.13º 0.84% 0.87% -
XYZ 53.49 61.75 10.77 -
YUV 193.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 222 210 36 0 0.05 0.84 0.13 56.13 0.74 0.51
Hex DE D2 24 0 5 54 D 38 4A 33
Octal 336 322 44 0 5 124 15 70 112 63
Binary 11011110 11010010 100100 0 101 1010100 1101 111000 1001010 110011

Color Harmonies of #DED224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED224

Black with #DED224

Text Example


Text Example

White with #DED224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED224; }

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

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

background-color css

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

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

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

border-color css

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

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

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