#CCC121

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

Shades of Barberry #CCC121

Tints of Barberry #CCC121

Color information

#CCC121 (or 0xCCC121) is unknown color: approx Barberry. HEX triplet: CC, C1 and 21. RGB value is (204,193,33). Sum of RGB (Red+Green+Blue) = 204+193+33=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC121 is #333EDE. Grayscale: #B2B2B2. Windows color (decimal): -3358431 or 2212300. OLE color: 2212300.

HSL color Cylindrical-coordinate representation of color #CCC121: hue angle of 56.14º 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 #CCC121 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20419333-
CMYK00.050.840.2
HSL56.14º72.15%46.47%-
HSV(B)56.14º83.82%80%-
XYZ44.2551.098.97-
YUV178.0546.14146.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 33 (13.28% from 255) = 7.67%
R=47.44%
G=44.88%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041933300.050.840.256.1472.1546.47
HexCCC12105541438482e
Octal3143014105124247011056
Binary110011001100000110000101011010100101001110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC121; }

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

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

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

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

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

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

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

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