#CCBA29

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

Shades of Barberry #CCBA29

Tints of Barberry #CCBA29

Color information

#CCBA29 (or 0xCCBA29) is unknown color: approx Barberry. HEX triplet: CC, BA and 29. RGB value is (204,186,41). Sum of RGB (Red+Green+Blue) = 204+186+41=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA29 is #3345D6. Grayscale: #AFAFAF. Windows color (decimal): -3360215 or 2734796. OLE color: 2734796.

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

Color convert

RGB20418641-
CMYK00.090.800.2
HSL53.37º66.53%48.04%-
HSV(B)53.37º79.9%80%-
XYZ42.8648.129.13-
YUV174.8552.46148.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 41 (16.41% from 255) = 9.51%
R=47.33%
G=43.16%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041864100.090.800.253.3766.5348.04
HexCCBA29095014354330
Octal31427251011120246510360
Binary1100110010111010101001010011010000101001101011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA29; }

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

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

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

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

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

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

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

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