#C9B718

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

Shades of Bird Flower #C9B718

Tints of Bird Flower #C9B718

Color information

#C9B718 (or 0xC9B718) is unknown color: approx Bird Flower. HEX triplet: C9, B7 and 18. RGB value is (201,183,24). Sum of RGB (Red+Green+Blue) = 201+183+24=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B718 is #3648E7. Grayscale: #AAAAAA. Windows color (decimal): -3557608 or 1619913. OLE color: 1619913.

HSL color Cylindrical-coordinate representation of color #C9B718: hue angle of 53.9º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9B718 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20118324-
CMYK00.090.880.21
HSL53.9º78.67%44.12%-
HSV(B)53.9º88.06%78.82%-
XYZ41.1946.357.64-
YUV170.2645.46149.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 183 (71.88% from 255) = 44.85%
BLUE value IS 24 (9.77% from 255) = 5.88%
R=49.26%
G=44.85%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011832400.090.880.2153.978.6744.12
HexC9B718095815364f2c
Octal31126730011130256611754
Binary110010011011011111000010011011000101011101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B718; }

 p { color: rgb(201,183,24); }

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

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

 a { background-color: rgb(201,183,24); }

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

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

 span { border-color: rgb(201,183,24); }

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