#CCB216

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

Shades of Bird Flower #CCB216

Tints of Bird Flower #CCB216

Color information

#CCB216 (or 0xCCB216) is unknown color: approx Bird Flower. HEX triplet: CC, B2 and 16. RGB value is (204,178,22). Sum of RGB (Red+Green+Blue) = 204+178+22=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB216 is #334DE9. Grayscale: #A8A8A8. Windows color (decimal): -3362282 or 1487564. OLE color: 1487564.

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

Color convert

RGB20417822-
CMYK00.130.890.2
HSL51.43º80.53%44.31%-
HSV(B)51.43º89.22%80%-
XYZ40.9744.747.23-
YUV167.9945.61153.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 22 (8.98% from 255) = 5.45%
R=50.50%
G=44.06%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041782200.130.890.251.4380.5344.31
HexCCB2160D591433512c
Octal31426226015131246312154
Binary110011001011001010110011011011001101001100111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB216; }

 p { color: rgb(204,178,22); }

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

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

 a { background-color: rgb(204,178,22); }

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

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

 span { border-color: rgb(204,178,22); }

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