Html Css Color HEX #DEDE11 Barberry

📋 copy color: '#DEDE11'

red 222 ◦ green 222 ◦ blue 17

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

Shades of Barberry #DEDE11

Tints of Barberry #DEDE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.69%

R = 48.16%
G = 48.16%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDE11 (or 0xDEDE11) is known color: Barberry. HEX triplet: DE, DE and 11. RGB value is (222,222,17). Sum of RGB (Red+Green+Blue) = 222+222+17=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE11 is #2121EE. Grayscale: #C7C7C7. Windows color (decimal): -2171375 or 1171166. OLE color: 1171166.

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

Color convert

RGB 222 222 17 -
CMYK 0 0 0.92 0.13
HSL 60º 0.86% 0.47% -
HSV(B) 60º 0.92% 0.87% -
XYZ 56.35 67.81 10.65 -
YUV 198.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 222 222 17 0 0 0.92 0.13 60 0.86 0.47
Hex DE DE 11 0 0 5C D 3C 56 2F
Octal 336 336 21 0 0 134 15 74 126 57
Binary 11011110 11011110 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DEDE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE11

Black with #DEDE11

Text Example


Text Example

White with #DEDE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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