Html Css Color HEX #DED227 Barberry

📋 copy color: '#DED227'

red 222 ◦ green 210 ◦ blue 39

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

Shades of Barberry #DED227

Tints of Barberry #DED227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.28%

R = 47.13%
G = 44.59%
B = 8.28%

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

#DED227 (or 0xDED227) is known color: Barberry. HEX triplet: DE, D2 and 27. RGB value is (222,210,39). Sum of RGB (Red+Green+Blue) = 222+210+39=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DED227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED227 is #212DD8. Grayscale: #C2C2C2. Windows color (decimal): -2174425 or 2609886. OLE color: 2609886.

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

Color convert

RGB 222 210 39 -
CMYK 0 0.05 0.82 0.13
HSL 56.07º 0.73% 0.51% -
HSV(B) 56.07º 0.82% 0.87% -
XYZ 53.54 61.77 11.02 -
YUV 194.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 222 210 39 0 0.05 0.82 0.13 56.07 0.73 0.51
Hex DE D2 27 0 5 52 D 38 49 33
Octal 336 322 47 0 5 122 15 70 111 63
Binary 11011110 11010010 100111 0 101 1010010 1101 111000 1001001 110011

Color Harmonies of #DED227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED227

Black with #DED227

Text Example


Text Example

White with #DED227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED227; }

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

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

background-color css

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

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

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

border-color css

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

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

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