#C8AE09

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

Shades of Bird Flower #C8AE09

Tints of Bird Flower #C8AE09

Color information

#C8AE09 (or 0xC8AE09) is unknown color: approx Bird Flower. HEX triplet: C8, AE and 09. RGB value is (200,174,9). Sum of RGB (Red+Green+Blue) = 200+174+9=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AE09 is #3751F6. Grayscale: #A3A3A3. Windows color (decimal): -3625463 or 634568. OLE color: 634568.

HSL color Cylindrical-coordinate representation of color #C8AE09: hue angle of 51.83º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8AE09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001749-
CMYK00.130.960.22
HSL51.83º91.39%40.98%-
HSV(B)51.83º95.5%78.43%-
XYZ3942.576.42-
YUV162.9641.11154.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 9 (3.91% from 255) = 2.35%
R=52.22%
G=45.43%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200174900.130.960.2251.8391.3940.98
HexC8AE90D6016345b29
Octal31025611015140266413351
Binary11001000101011101001011011100000101101101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE09; }

 p { color: rgb(200,174,9); }

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

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

 a { background-color: rgb(200,174,9); }

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

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

 span { border-color: rgb(200,174,9); }

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