#CCCC22

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

Shades of Barberry #CCCC22

Tints of Barberry #CCCC22

Color information

#CCCC22 (or 0xCCCC22) is unknown color: approx Barberry. HEX triplet: CC, CC and 22. RGB value is (204,204,34). Sum of RGB (Red+Green+Blue) = 204+204+34=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC22 is #3333DD. Grayscale: #B9B9B9. Windows color (decimal): -3355614 or 2280652. OLE color: 2280652.

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

Color convert

RGB20420434-
CMYK000.830.2
HSL60º71.43%46.67%-
HSV(B)60º83.33%80%-
XYZ46.7856.149.88-
YUV184.6243141.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 34 (13.67% from 255) = 7.69%
R=46.15%
G=46.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420434000.830.26071.4346.67
HexCCCC220053143c472f
Octal3143144200123247410757
Binary1100110011001100100010001010011101001111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC22; }

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

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

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

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

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

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

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

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