Html Css Color HEX #C9BA14 Bird Flower

📋 copy color: '#C9BA14'

red 201 ◦ green 186 ◦ blue 20

#C9BA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C9BA14

Tints of Bird Flower #C9BA14

RGB

 RED value IS 201 (78.91% from 255) = 49.39%

 GREEN value IS 186 (73.05% from 255) = 45.7%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 49.39%
G = 45.7%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9BA14 (or 0xC9BA14) is known color: Bird Flower. HEX triplet: C9, BA and 14. RGB value is (201,186,20). Sum of RGB (Red+Green+Blue) = 201+186+20=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BA14 is #3645EB. Grayscale: #ACACAC. Windows color (decimal): -3556844 or 1358537. OLE color: 1358537.

HSL color Cylindrical-coordinate representation of color #C9BA14: hue angle of 55.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9BA14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 20 -
CMYK 0 0.07 0.90 0.21
HSL 55.03º 0.82% 0.43% -
HSV(B) 55.03º 0.9% 0.79% -
XYZ 41.77 47.59 7.65 -
YUV 171.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 201 186 20 0 0.07 0.90 0.21 55.03 0.82 0.43
Hex C9 BA 14 0 7 5A 15 37 52 2B
Octal 311 272 24 0 7 132 25 67 122 53
Binary 11001001 10111010 10100 0 111 1011010 10101 110111 1010010 101011

Color Harmonies of #C9BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA14

Black with #C9BA14

Text Example


Text Example

White with #C9BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA14; }

 p { color: rgb(201,186,20); }

 H1.HeaderClassName
 {
   color: #C9BA14;
 }
 .AnyTagClassName
 {
   color: #C9BA14;
 }
</style>

background-color css

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

 a { background-color: rgb(201,186,20); }

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

border-color css

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

 span { border-color: rgb(201,186,20); }

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