Html Css Color HEX #DEDC11 Barberry

📋 copy color: '#DEDC11'

red 222 ◦ green 220 ◦ blue 17

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

Shades of Barberry #DEDC11

Tints of Barberry #DEDC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 48.37%
G = 47.93%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDC11 (or 0xDEDC11) is known color: Barberry. HEX triplet: DE, DC and 11. RGB value is (222,220,17). Sum of RGB (Red+Green+Blue) = 222+220+17=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC11 is #2123EE. Grayscale: #C6C6C6. Windows color (decimal): -2171887 or 1170654. OLE color: 1170654.

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

Color convert

RGB 222 220 17 -
CMYK 0 0.01 0.92 0.13
HSL 59.41º 0.86% 0.47% -
HSV(B) 59.41º 0.92% 0.87% -
XYZ 55.82 66.76 10.47 -
YUV 197.46 26.16 145.51 -
System Red Green Blue C M Y K H S L
Decimal 222 220 17 0 0.01 0.92 0.13 59.41 0.86 0.47
Hex DE DC 11 0 1 5C D 3B 56 2F
Octal 336 334 21 0 1 134 15 73 126 57
Binary 11011110 11011100 10001 0 1 1011100 1101 111011 1010110 101111

Color Harmonies of #DEDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC11

Black with #DEDC11

Text Example


Text Example

White with #DEDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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