#CCB11A

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

Shades of Bird Flower #CCB11A

Tints of Bird Flower #CCB11A

Color information

#CCB11A (or 0xCCB11A) is unknown color: approx Bird Flower. HEX triplet: CC, B1 and 1A. RGB value is (204,177,26). Sum of RGB (Red+Green+Blue) = 204+177+26=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11A is #334EE5. Grayscale: #A8A8A8. Windows color (decimal): -3362534 or 1749452. OLE color: 1749452.

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

Color convert

RGB20417726-
CMYK00.130.870.2
HSL50.9º77.39%45.1%-
HSV(B)50.9º87.25%80%-
XYZ40.8144.367.39-
YUV167.8647.95153.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=50.12%
G=43.49%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041772600.130.870.250.977.3945.1
HexCCB11A0D5714334d2d
Octal31426132015127246311555
Binary110011001011000111010011011010111101001100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB11A; }

 p { color: rgb(204,177,26); }

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

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

 a { background-color: rgb(204,177,26); }

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

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

 span { border-color: rgb(204,177,26); }

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