#CCC222

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

Shades of Barberry #CCC222

Tints of Barberry #CCC222

Color information

#CCC222 (or 0xCCC222) is unknown color: approx Barberry. HEX triplet: CC, C2 and 22. RGB value is (204,194,34). Sum of RGB (Red+Green+Blue) = 204+194+34=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC222 is #333DDD. Grayscale: #B3B3B3. Windows color (decimal): -3358174 or 2278092. OLE color: 2278092.

HSL color Cylindrical-coordinate representation of color #CCC222: hue angle of 56.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCC222 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20419434-
CMYK00.050.830.2
HSL56.47º71.43%46.67%-
HSV(B)56.47º83.33%80%-
XYZ44.4851.549.12-
YUV178.7546.31146.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 34 (13.67% from 255) = 7.87%
R=47.22%
G=44.91%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041943400.050.830.256.4771.4346.67
HexCCC22205531438472f
Octal3143024205123247010757
Binary110011001100001010001001011010011101001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC222; }

 p { color: rgb(204,194,34); }

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

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

 a { background-color: rgb(204,194,34); }

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

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

 span { border-color: rgb(204,194,34); }

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