#CCD11E

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

Shades of Barberry #CCD11E

Tints of Barberry #CCD11E

Color information

#CCD11E (or 0xCCD11E) is unknown color: approx Barberry. HEX triplet: CC, D1 and 1E. RGB value is (204,209,30). Sum of RGB (Red+Green+Blue) = 204+209+30=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD11E is #332EE1. Grayscale: #BBBBBB. Windows color (decimal): -3354338 or 2019788. OLE color: 2019788.

HSL color Cylindrical-coordinate representation of color #CCD11E: hue angle of 61.68º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD11E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20420930-
CMYK0.0200.860.18
HSL61.68º74.9%46.86%-
HSV(B)61.68º85.65%81.96%-
XYZ47.9458.5310-
YUV187.139.34140.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 209 (82.03% from 255) = 47.18%
BLUE value IS 30 (12.11% from 255) = 6.77%
R=46.05%
G=47.18%
B=6.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209300.0200.860.1861.6874.946.86
HexCCD11E2056123e4b2f
Octal3143213620126227611357
Binary1100110011010001111101001010110100101111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD11E; }

 p { color: rgb(204,209,30); }

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

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

 a { background-color: rgb(204,209,30); }

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

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

 span { border-color: rgb(204,209,30); }

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