#CCC021

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

Shades of Barberry #CCC021

Tints of Barberry #CCC021

Color information

#CCC021 (or 0xCCC021) is unknown color: approx Barberry. HEX triplet: CC, C0 and 21. RGB value is (204,192,33). Sum of RGB (Red+Green+Blue) = 204+192+33=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC021 is #333FDE. Grayscale: #B2B2B2. Windows color (decimal): -3358687 or 2212044. OLE color: 2212044.

HSL color Cylindrical-coordinate representation of color #CCC021: hue angle of 55.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCC021 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20419233-
CMYK00.060.840.2
HSL55.79º72.15%46.47%-
HSV(B)55.79º83.82%80%-
XYZ44.0350.658.89-
YUV177.4646.48146.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 33 (13.28% from 255) = 7.69%
R=47.55%
G=44.76%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041923300.060.840.255.7972.1546.47
HexCCC02106541438482e
Octal3143004106124247011056
Binary110011001100000010000101101010100101001110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC021; }

 p { color: rgb(204,192,33); }

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

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

 a { background-color: rgb(204,192,33); }

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

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

 span { border-color: rgb(204,192,33); }

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