Html Css Color HEX #DED024 Barberry

📋 copy color: '#DED024'

red 222 ◦ green 208 ◦ blue 36

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

Shades of Barberry #DED024

Tints of Barberry #DED024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 47.64%
G = 44.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED024 (or 0xDED024) is known color: Barberry. HEX triplet: DE, D0 and 24. RGB value is (222,208,36). Sum of RGB (Red+Green+Blue) = 222+208+36=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DED024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED024 is #212FDB. Grayscale: #C1C1C1. Windows color (decimal): -2174940 or 2412766. OLE color: 2412766.

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

Color convert

RGB 222 208 36 -
CMYK 0 0.06 0.84 0.13
HSL 55.48º 0.74% 0.51% -
HSV(B) 55.48º 0.84% 0.87% -
XYZ 53 60.77 10.61 -
YUV 192.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 222 208 36 0 0.06 0.84 0.13 55.48 0.74 0.51
Hex DE D0 24 0 6 54 D 37 4A 33
Octal 336 320 44 0 6 124 15 67 112 63
Binary 11011110 11010000 100100 0 110 1010100 1101 110111 1001010 110011

Color Harmonies of #DED024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED024

Black with #DED024

Text Example


Text Example

White with #DED024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED024; }

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

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

background-color css

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

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

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

border-color css

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

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

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