Html Css Color HEX #DED223 Barberry

📋 copy color: '#DED223'

red 222 ◦ green 210 ◦ blue 35

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

Shades of Barberry #DED223

Tints of Barberry #DED223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.49%

R = 47.54%
G = 44.97%
B = 7.49%

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

#DED223 (or 0xDED223) is known color: Barberry. HEX triplet: DE, D2 and 23. RGB value is (222,210,35). Sum of RGB (Red+Green+Blue) = 222+210+35=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED223 is #212DDC. Grayscale: #C2C2C2. Windows color (decimal): -2174429 or 2347742. OLE color: 2347742.

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

Color convert

RGB 222 210 35 -
CMYK 0 0.05 0.84 0.13
HSL 56.15º 0.74% 0.5% -
HSV(B) 56.15º 0.84% 0.87% -
XYZ 53.47 61.74 10.69 -
YUV 193.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 222 210 35 0 0.05 0.84 0.13 56.15 0.74 0.5
Hex DE D2 23 0 5 54 D 38 4A 32
Octal 336 322 43 0 5 124 15 70 112 62
Binary 11011110 11010010 100011 0 101 1010100 1101 111000 1001010 110010

Color Harmonies of #DED223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED223

Black with #DED223

Text Example


Text Example

White with #DED223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED223; }

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

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

background-color css

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

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

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

border-color css

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

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

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