#CCBB22

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

Shades of Barberry #CCBB22

Tints of Barberry #CCBB22

Color information

#CCBB22 (or 0xCCBB22) is unknown color: approx Barberry. HEX triplet: CC, BB and 22. RGB value is (204,187,34). Sum of RGB (Red+Green+Blue) = 204+187+34=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB22 is #3344DD. Grayscale: #AFAFAF. Windows color (decimal): -3359966 or 2276300. OLE color: 2276300.

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

Color convert

RGB20418734-
CMYK00.080.830.2
HSL54º71.43%46.67%-
HSV(B)54º83.33%80%-
XYZ42.9648.498.61-
YUV174.6448.63148.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 34 (13.67% from 255) = 8%
R=48%
G=44%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041873400.080.830.25471.4346.67
HexCCBB2208531436472f
Octal31427342010123246610757
Binary1100110010111011100010010001010011101001101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB22; }

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

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

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

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

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

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

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

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