Html Css Color HEX #DED422 Barberry

📋 copy color: '#DED422'

red 222 ◦ green 212 ◦ blue 34

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

Shades of Barberry #DED422

Tints of Barberry #DED422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

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

R = 47.44%
G = 45.3%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DED422 (or 0xDED422) is known color: Barberry. HEX triplet: DE, D4 and 22. RGB value is (222,212,34). Sum of RGB (Red+Green+Blue) = 222+212+34=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED422 is #212BDD. Grayscale: #C3C3C3. Windows color (decimal): -2173918 or 2282718. OLE color: 2282718.

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

Color convert

RGB 222 212 34 -
CMYK 0 0.05 0.85 0.13
HSL 56.81º 0.74% 0.5% -
HSV(B) 56.81º 0.85% 0.87% -
XYZ 53.96 62.73 10.78 -
YUV 194.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 222 212 34 0 0.05 0.85 0.13 56.81 0.74 0.5
Hex DE D4 22 0 5 55 D 39 4A 32
Octal 336 324 42 0 5 125 15 71 112 62
Binary 11011110 11010100 100010 0 101 1010101 1101 111001 1001010 110010

Color Harmonies of #DED422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED422

Black with #DED422

Text Example


Text Example

White with #DED422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED422; }

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

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

background-color css

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

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

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

border-color css

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

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

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