Html Css Color HEX #DED228 Barberry

📋 copy color: '#DED228'

red 222 ◦ green 210 ◦ blue 40

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

Shades of Barberry #DED228

Tints of Barberry #DED228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.47%

R = 47.03%
G = 44.49%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DED228 (or 0xDED228) is known color: Barberry. HEX triplet: DE, D2 and 28. RGB value is (222,210,40). Sum of RGB (Red+Green+Blue) = 222+210+40=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DED228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED228 is #212DD7. Grayscale: #C2C2C2. Windows color (decimal): -2174424 or 2675422. OLE color: 2675422.

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

Color convert

RGB 222 210 40 -
CMYK 0 0.05 0.82 0.13
HSL 56.04º 0.73% 0.51% -
HSV(B) 56.04º 0.82% 0.87% -
XYZ 53.55 61.78 11.11 -
YUV 194.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 222 210 40 0 0.05 0.82 0.13 56.04 0.73 0.51
Hex DE D2 28 0 5 52 D 38 49 33
Octal 336 322 50 0 5 122 15 70 111 63
Binary 11011110 11010010 101000 0 101 1010010 1101 111000 1001001 110011

Color Harmonies of #DED228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED228

Black with #DED228

Text Example


Text Example

White with #DED228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED228; }

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

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

background-color css

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

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

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

border-color css

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

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

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