#CCAE00

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

Shades of Bird Flower #CCAE00

Tints of Bird Flower #CCAE00

Color information

#CCAE00 (or 0xCCAE00) is unknown color: approx Bird Flower. HEX triplet: CC, AE and 00. RGB value is (204,174,0). Sum of RGB (Red+Green+Blue) = 204+174+0=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE00 is #3351FF. Grayscale: #A3A3A3. Windows color (decimal): -3363328 or 44748. OLE color: 44748.

HSL color Cylindrical-coordinate representation of color #CCAE00: hue angle of 51.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCAE00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041740-
CMYK00.1510.2
HSL51.18º100%40%-
HSV(B)51.18º100%80%-
XYZ40.0443.116.21-
YUV163.1335.94157.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.97%
G=46.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204174000.1510.251.1810040
HexCCAE00F6414336428
Octal3142560017144246314450
Binary11001100101011100011111100100101001100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE00; }

 p { color: rgb(204,174,0); }

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

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

 a { background-color: rgb(204,174,0); }

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

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

 span { border-color: rgb(204,174,0); }

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