#CCCB29

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

Shades of Barberry #CCCB29

Tints of Barberry #CCCB29

Color information

#CCCB29 (or 0xCCCB29) is unknown color: approx Barberry. HEX triplet: CC, CB and 29. RGB value is (204,203,41). Sum of RGB (Red+Green+Blue) = 204+203+41=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB29 is #3334D6. Grayscale: #B9B9B9. Windows color (decimal): -3355863 or 2739148. OLE color: 2739148.

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

Color convert

RGB20420341-
CMYK00.000.800.2
HSL59.63º66.53%48.04%-
HSV(B)59.63º79.9%80%-
XYZ46.6655.7110.39-
YUV184.8346.83141.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 41 (16.41% from 255) = 9.15%
R=45.54%
G=45.31%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042034100.000.800.259.6366.5348.04
HexCCCB290050143c4330
Octal3143135100120247410360
Binary1100110011001011101001001010000101001111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB29; }

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

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

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

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

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

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

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

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