#CCB911

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

Shades of Bird Flower #CCB911

Tints of Bird Flower #CCB911

Color information

#CCB911 (or 0xCCB911) is unknown color: approx Bird Flower. HEX triplet: CC, B9 and 11. RGB value is (204,185,17). Sum of RGB (Red+Green+Blue) = 204+185+17=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB911 is #3346EE. Grayscale: #ACACAC. Windows color (decimal): -3360495 or 1161676. OLE color: 1161676.

HSL color Cylindrical-coordinate representation of color #CCB911: hue angle of 53.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB911 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20418517-
CMYK00.090.920.2
HSL53.9º84.62%43.33%-
HSV(B)53.9º91.67%80%-
XYZ42.3547.587.48-
YUV171.5340.79151.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 17 (7.03% from 255) = 4.19%
R=50.25%
G=45.57%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041851700.090.920.253.984.6243.33
HexCCB911095C1436552b
Octal31427121011134246612553
Binary110011001011100110001010011011100101001101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB911; }

 p { color: rgb(204,185,17); }

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

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

 a { background-color: rgb(204,185,17); }

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

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

 span { border-color: rgb(204,185,17); }

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