#CCDD11

Color #CCDD11 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CCDD11

Tints of Barberry #CCDD11

Color information

#CCDD11 (or 0xCCDD11) is unknown color: approx Barberry. HEX triplet: CC, DD and 11. RGB value is (204,221,17). Sum of RGB (Red+Green+Blue) = 204+221+17=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD11 is #3322EE. Grayscale: #C1C1C1. Windows color (decimal): -3351279 or 1170892. OLE color: 1170892.

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

Color convert

RGB20422117-
CMYK0.0800.920.13
HSL65º85.71%46.67%-
HSV(B)65º92.31%86.67%-
XYZ50.8664.5910.32-
YUV192.6628.87136.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 3.85%
R=46.15%
G=50%
B=3.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221170.0800.920.136585.7146.67
HexCCDD11805CD41562f
Octal314335211001341510112657
Binary110011001101110110001100001011100110110000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD11; }

 p { color: rgb(204,221,17); }

 H1.HeaderClassName
 {
   color: #CCDD11;
 }
 .AnyTagClassName
 {
   color: #CCDD11;
 }
</style>
background-color css

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

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

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

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

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

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