Html Css Color HEX #DED226 Barberry

📋 copy color: '#DED226'

red 222 ◦ green 210 ◦ blue 38

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

Shades of Barberry #DED226

Tints of Barberry #DED226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.09%

R = 47.23%
G = 44.68%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DED226 (or 0xDED226) is known color: Barberry. HEX triplet: DE, D2 and 26. RGB value is (222,210,38). Sum of RGB (Red+Green+Blue) = 222+210+38=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED226 is #212DD9. Grayscale: #C2C2C2. Windows color (decimal): -2174426 or 2544350. OLE color: 2544350.

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

Color convert

RGB 222 210 38 -
CMYK 0 0.05 0.83 0.13
HSL 56.09º 0.74% 0.51% -
HSV(B) 56.09º 0.83% 0.87% -
XYZ 53.52 61.76 10.93 -
YUV 193.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 222 210 38 0 0.05 0.83 0.13 56.09 0.74 0.51
Hex DE D2 26 0 5 53 D 38 4A 33
Octal 336 322 46 0 5 123 15 70 112 63
Binary 11011110 11010010 100110 0 101 1010011 1101 111000 1001010 110011

Color Harmonies of #DED226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED226

Black with #DED226

Text Example


Text Example

White with #DED226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED226; }

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

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

background-color css

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

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

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

border-color css

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

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

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