#C9BD0F

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

Shades of Bird Flower #C9BD0F

Tints of Bird Flower #C9BD0F

Color information

#C9BD0F (or 0xC9BD0F) is unknown color: approx Bird Flower. HEX triplet: C9, BD and 0F. RGB value is (201,189,15). Sum of RGB (Red+Green+Blue) = 201+189+15=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BD0F is #3642F0. Grayscale: #ADADAD. Windows color (decimal): -3556081 or 1031625. OLE color: 1031625.

HSL color Cylindrical-coordinate representation of color #C9BD0F: hue angle of 56.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9BD0F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20118915-
CMYK00.060.930.21
HSL56.13º86.11%42.35%-
HSV(B)56.13º92.54%78.82%-
XYZ42.3748.857.65-
YUV172.7538.98148.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 15 (6.25% from 255) = 3.70%
R=49.63%
G=46.67%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011891500.060.930.2156.1386.1142.35
HexC9BDF065D1538562a
Octal3112751706135257012652
Binary1100100110111101111101101011101101011110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD0F; }

 p { color: rgb(201,189,15); }

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

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

 a { background-color: rgb(201,189,15); }

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

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

 span { border-color: rgb(201,189,15); }

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