#CCC90B

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

Shades of Bird Flower #CCC90B

Tints of Bird Flower #CCC90B

Color information

#CCC90B (or 0xCCC90B) is unknown color: approx Bird Flower. HEX triplet: CC, C9 and 0B. RGB value is (204,201,11). Sum of RGB (Red+Green+Blue) = 204+201+11=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC90B is #3336F4. Grayscale: #B5B5B5. Windows color (decimal): -3356405 or 772556. OLE color: 772556.

HSL color Cylindrical-coordinate representation of color #CCC90B: hue angle of 59.07º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCC90B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB20420111-
CMYK00.010.950.2
HSL59.07º89.77%42.16%-
HSV(B)59.07º94.61%80%-
XYZ45.8554.638.45-
YUV180.2432.49144.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 201 (78.91% from 255) = 48.32%
BLUE value IS 11 (4.69% from 255) = 2.64%
R=49.04%
G=48.32%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042011100.010.950.259.0789.7742.16
HexCCC9B015F143b5a2a
Octal3143111301137247313252
Binary11001100110010011011011011111101001110111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC90B; }

 p { color: rgb(204,201,11); }

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

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

 a { background-color: rgb(204,201,11); }

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

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

 span { border-color: rgb(204,201,11); }

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