Html Css Color HEX #DED622 Barberry

📋 copy color: '#DED622'

red 222 ◦ green 214 ◦ blue 34

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

Shades of Barberry #DED622

Tints of Barberry #DED622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.23%

R = 47.23%
G = 45.53%
B = 7.23%

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

#DED622 (or 0xDED622) is known color: Barberry. HEX triplet: DE, D6 and 22. RGB value is (222,214,34). Sum of RGB (Red+Green+Blue) = 222+214+34=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED622 is #2129DD. Grayscale: #C4C4C4. Windows color (decimal): -2173406 or 2283230. OLE color: 2283230.

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

Color convert

RGB 222 214 34 -
CMYK 0 0.04 0.85 0.13
HSL 57.45º 0.74% 0.5% -
HSV(B) 57.45º 0.85% 0.87% -
XYZ 54.46 63.74 10.95 -
YUV 195.87 36.65 146.64 -
System Red Green Blue C M Y K H S L
Decimal 222 214 34 0 0.04 0.85 0.13 57.45 0.74 0.5
Hex DE D6 22 0 4 55 D 39 4A 32
Octal 336 326 42 0 4 125 15 71 112 62
Binary 11011110 11010110 100010 0 100 1010101 1101 111001 1001010 110010

Color Harmonies of #DED622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED622

Black with #DED622

Text Example


Text Example

White with #DED622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED622; }

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

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

background-color css

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

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

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

border-color css

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

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

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