Html Css Color HEX #DED324 Barberry

📋 copy color: '#DED324'

red 222 ◦ green 211 ◦ blue 36

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

Shades of Barberry #DED324

Tints of Barberry #DED324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.99%

 BLUE value IS 36 (14.45% from 255) = 7.68%

R = 47.33%
G = 44.99%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED324 (or 0xDED324) is known color: Barberry. HEX triplet: DE, D3 and 24. RGB value is (222,211,36). Sum of RGB (Red+Green+Blue) = 222+211+36=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED324 is #212CDB. Grayscale: #C3C3C3. Windows color (decimal): -2174172 or 2413534. OLE color: 2413534.

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

Color convert

RGB 222 211 36 -
CMYK 0 0.05 0.84 0.13
HSL 56.45º 0.74% 0.51% -
HSV(B) 56.45º 0.84% 0.87% -
XYZ 53.74 62.25 10.85 -
YUV 194.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 222 211 36 0 0.05 0.84 0.13 56.45 0.74 0.51
Hex DE D3 24 0 5 54 D 38 4A 33
Octal 336 323 44 0 5 124 15 70 112 63
Binary 11011110 11010011 100100 0 101 1010100 1101 111000 1001010 110011

Color Harmonies of #DED324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED324

Black with #DED324

Text Example


Text Example

White with #DED324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED324; }

 p { color: rgb(222,211,36); }

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

background-color css

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

 a { background-color: rgb(222,211,36); }

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

border-color css

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

 span { border-color: rgb(222,211,36); }

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