Html Css Color HEX #DEDE18 Barberry

📋 copy color: '#DEDE18'

red 222 ◦ green 222 ◦ blue 24

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

Shades of Barberry #DEDE18

Tints of Barberry #DEDE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.13%

R = 47.44%
G = 47.44%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEDE18 (or 0xDEDE18) is known color: Barberry. HEX triplet: DE, DE and 18. RGB value is (222,222,24). Sum of RGB (Red+Green+Blue) = 222+222+24=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE18 is #2121E7. Grayscale: #C8C8C8. Windows color (decimal): -2171368 or 1629918. OLE color: 1629918.

HSL color Cylindrical-coordinate representation of color #DEDE18: hue angle of 60º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEDE18 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 24 -
CMYK 0 0 0.89 0.13
HSL 60º 0.8% 0.48% -
HSV(B) 60º 0.89% 0.87% -
XYZ 56.41 67.84 10.99 -
YUV 199.43 29 144.1 -
System Red Green Blue C M Y K H S L
Decimal 222 222 24 0 0 0.89 0.13 60 0.8 0.48
Hex DE DE 18 0 0 59 D 3C 50 30
Octal 336 336 30 0 0 131 15 74 120 60
Binary 11011110 11011110 11000 0 0 1011001 1101 111100 1010000 110000

Color Harmonies of #DEDE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE18

Black with #DEDE18

Text Example


Text Example

White with #DEDE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE18; }

 p { color: rgb(222,222,24); }

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

background-color css

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

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

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

border-color css

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

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

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