Html Css Color HEX #DCDC11 Barberry

📋 copy color: '#DCDC11'

red 220 ◦ green 220 ◦ blue 17

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

Shades of Barberry #DCDC11

Tints of Barberry #DCDC11

RGB

 RED value IS 220 (86.33% from 255) = 48.14%

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

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

R = 48.14%
G = 48.14%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCDC11 (or 0xDCDC11) is known color: Barberry. HEX triplet: DC, DC and 11. RGB value is (220,220,17). Sum of RGB (Red+Green+Blue) = 220+220+17=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDC11 is #2323EE. Grayscale: #C5C5C5. Windows color (decimal): -2302959 or 1170652. OLE color: 1170652.

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

Color convert

RGB 220 220 17 -
CMYK 0 0 0.92 0.14
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.92% 0.86% -
XYZ 55.21 66.44 10.45 -
YUV 196.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 220 220 17 0 0 0.92 0.14 60 0.86 0.46
Hex DC DC 11 0 0 5C E 3C 56 2E
Octal 334 334 21 0 0 134 16 74 126 56
Binary 11011100 11011100 10001 0 0 1011100 1110 111100 1010110 101110

Color Harmonies of #DCDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC11

Black with #DCDC11

Text Example


Text Example

White with #DCDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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