#CCBB26

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

Shades of Barberry #CCBB26

Tints of Barberry #CCBB26

Color information

#CCBB26 (or 0xCCBB26) is unknown color: approx Barberry. HEX triplet: CC, BB and 26. RGB value is (204,187,38). Sum of RGB (Red+Green+Blue) = 204+187+38=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB26 is #3344D9. Grayscale: #AFAFAF. Windows color (decimal): -3359962 or 2538444. OLE color: 2538444.

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

Color convert

RGB20418738-
CMYK00.080.810.2
HSL53.86º68.6%47.45%-
HSV(B)53.86º81.37%80%-
XYZ43.0248.528.93-
YUV175.150.63148.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 38 (15.23% from 255) = 8.86%
R=47.55%
G=43.59%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041873800.080.810.253.8668.647.45
HexCCBB2608511436452f
Octal31427346010121246610557
Binary1100110010111011100110010001010001101001101101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB26; }

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

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

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

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

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

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

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

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