Html Css Color HEX #C9B913 Bird Flower

📋 copy color: '#C9B913'

red 201 ◦ green 185 ◦ blue 19

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

Shades of Bird Flower #C9B913

Tints of Bird Flower #C9B913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 49.63%
G = 45.68%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9B913 (or 0xC9B913) is known color: Bird Flower. HEX triplet: C9, B9 and 13. RGB value is (201,185,19). Sum of RGB (Red+Green+Blue) = 201+185+19=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B913 is #3646EC. Grayscale: #ABABAB. Windows color (decimal): -3557101 or 1292745. OLE color: 1292745.

HSL color Cylindrical-coordinate representation of color #C9B913: hue angle of 54.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9B913 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 19 -
CMYK 0 0.08 0.91 0.21
HSL 54.73º 0.83% 0.43% -
HSV(B) 54.73º 0.91% 0.79% -
XYZ 41.55 47.16 7.53 -
YUV 170.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 201 185 19 0 0.08 0.91 0.21 54.73 0.83 0.43
Hex C9 B9 13 0 8 5B 15 37 53 2B
Octal 311 271 23 0 10 133 25 67 123 53
Binary 11001001 10111001 10011 0 1000 1011011 10101 110111 1010011 101011

Color Harmonies of #C9B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B913

Black with #C9B913

Text Example


Text Example

White with #C9B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B913; }

 p { color: rgb(201,185,19); }

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

background-color css

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

 a { background-color: rgb(201,185,19); }

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

border-color css

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

 span { border-color: rgb(201,185,19); }

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