Html Css Color HEX #DED524 Barberry

📋 copy color: '#DED524'

red 222 ◦ green 213 ◦ blue 36

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

Shades of Barberry #DED524

Tints of Barberry #DED524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

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

R = 47.13%
G = 45.22%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED524 (or 0xDED524) is known color: Barberry. HEX triplet: DE, D5 and 24. RGB value is (222,213,36). Sum of RGB (Red+Green+Blue) = 222+213+36=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DED524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED524 is #212ADB. Grayscale: #C4C4C4. Windows color (decimal): -2173660 or 2414046. OLE color: 2414046.

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

Color convert

RGB 222 213 36 -
CMYK 0 0.04 0.84 0.13
HSL 57.1º 0.74% 0.51% -
HSV(B) 57.1º 0.84% 0.87% -
XYZ 54.24 63.25 11.02 -
YUV 195.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 222 213 36 0 0.04 0.84 0.13 57.1 0.74 0.51
Hex DE D5 24 0 4 54 D 39 4A 33
Octal 336 325 44 0 4 124 15 71 112 63
Binary 11011110 11010101 100100 0 100 1010100 1101 111001 1001010 110011

Color Harmonies of #DED524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED524

Black with #DED524

Text Example


Text Example

White with #DED524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED524; }

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

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

background-color css

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

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

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

border-color css

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

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

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