#CCBC29

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

Shades of Barberry #CCBC29

Tints of Barberry #CCBC29

Color information

#CCBC29 (or 0xCCBC29) is unknown color: approx Barberry. HEX triplet: CC, BC and 29. RGB value is (204,188,41). Sum of RGB (Red+Green+Blue) = 204+188+41=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC29 is #3343D6. Grayscale: #B0B0B0. Windows color (decimal): -3359703 or 2735308. OLE color: 2735308.

HSL color Cylindrical-coordinate representation of color #CCBC29: hue angle of 54.11º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCBC29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20418841-
CMYK00.080.800.2
HSL54.11º66.53%48.04%-
HSV(B)54.11º79.9%80%-
XYZ43.2948.969.27-
YUV176.0351.8147.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 41 (16.41% from 255) = 9.47%
R=47.11%
G=43.42%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041884100.080.800.254.1166.5348.04
HexCCBC29085014364330
Octal31427451010120246610360
Binary1100110010111100101001010001010000101001101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC29; }

 p { color: rgb(204,188,41); }

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

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

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

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

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

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

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