#CCC321

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

Shades of Barberry #CCC321

Tints of Barberry #CCC321

Color information

#CCC321 (or 0xCCC321) is unknown color: approx Barberry. HEX triplet: CC, C3 and 21. RGB value is (204,195,33). Sum of RGB (Red+Green+Blue) = 204+195+33=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC321 is #333CDE. Grayscale: #B3B3B3. Windows color (decimal): -3357919 or 2212812. OLE color: 2212812.

HSL color Cylindrical-coordinate representation of color #CCC321: hue angle of 56.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCC321 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20419533-
CMYK00.040.840.2
HSL56.84º72.15%46.47%-
HSV(B)56.84º83.82%80%-
XYZ44.6951.989.12-
YUV179.2245.48145.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 33 (13.28% from 255) = 7.64%
R=47.22%
G=45.14%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041953300.040.840.256.8472.1546.47
HexCCC32104541439482e
Octal3143034104124247111056
Binary110011001100001110000101001010100101001110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC321; }

 p { color: rgb(204,195,33); }

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

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

 a { background-color: rgb(204,195,33); }

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

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

 span { border-color: rgb(204,195,33); }

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