#CCBC28

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

Shades of Barberry #CCBC28

Tints of Barberry #CCBC28

Color information

#CCBC28 (or 0xCCBC28) is unknown color: approx Barberry. HEX triplet: CC, BC and 28. RGB value is (204,188,40). Sum of RGB (Red+Green+Blue) = 204+188+40=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC28 is #3343D7. Grayscale: #B0B0B0. Windows color (decimal): -3359704 or 2669772. OLE color: 2669772.

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

Color convert

RGB20418840-
CMYK00.080.800.2
HSL54.15º67.21%47.84%-
HSV(B)54.15º80.39%80%-
XYZ43.2748.969.18-
YUV175.9151.3148.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 40 (16.02% from 255) = 9.26%
R=47.22%
G=43.52%
B=9.26%

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
Decimal2041884000.080.800.254.1567.2147.84
HexCCBC28085014364330
Octal31427450010120246610360
Binary1100110010111100101000010001010000101001101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC28; }

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

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

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

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

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

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

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

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