#CCB321

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

Shades of Bird Flower #CCB321

Tints of Bird Flower #CCB321

Color information

#CCB321 (or 0xCCB321) is unknown color: approx Bird Flower. HEX triplet: CC, B3 and 21. RGB value is (204,179,33). Sum of RGB (Red+Green+Blue) = 204+179+33=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB321 is #334CDE. Grayscale: #AAAAAA. Windows color (decimal): -3362015 or 2208716. OLE color: 2208716.

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

Color convert

RGB20417933-
CMYK00.120.840.2
HSL51.23º72.15%46.47%-
HSV(B)51.23º83.82%80%-
XYZ41.345.197.98-
YUV169.8350.78152.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 33 (13.28% from 255) = 7.93%
R=49.04%
G=43.03%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041793300.120.840.251.2372.1546.47
HexCCB3210C541433482e
Octal31426341014124246311056
Binary1100110010110011100001011001010100101001100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB321; }

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

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

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

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

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

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

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

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