Html Css Color HEX #DED621 Barberry

📋 copy color: '#DED621'

red 222 ◦ green 214 ◦ blue 33

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

Shades of Barberry #DED621

Tints of Barberry #DED621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 33 (13.28% from 255) = 7.04%

R = 47.33%
G = 45.63%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DED621 (or 0xDED621) is known color: Barberry. HEX triplet: DE, D6 and 21. RGB value is (222,214,33). Sum of RGB (Red+Green+Blue) = 222+214+33=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED621 is #2129DE. Grayscale: #C4C4C4. Windows color (decimal): -2173407 or 2217694. OLE color: 2217694.

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

Color convert

RGB 222 214 33 -
CMYK 0 0.04 0.85 0.13
HSL 57.46º 0.74% 0.5% -
HSV(B) 57.46º 0.85% 0.87% -
XYZ 54.45 63.73 10.87 -
YUV 195.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 222 214 33 0 0.04 0.85 0.13 57.46 0.74 0.5
Hex DE D6 21 0 4 55 D 39 4A 32
Octal 336 326 41 0 4 125 15 71 112 62
Binary 11011110 11010110 100001 0 100 1010101 1101 111001 1001010 110010

Color Harmonies of #DED621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED621

Black with #DED621

Text Example


Text Example

White with #DED621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED621; }

 p { color: rgb(222,214,33); }

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

background-color css

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

 a { background-color: rgb(222,214,33); }

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

border-color css

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

 span { border-color: rgb(222,214,33); }

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