Html Css Color HEX #C9B910 Bird Flower

📋 copy color: '#C9B910'

red 201 ◦ green 185 ◦ blue 16

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

Shades of Bird Flower #C9B910

Tints of Bird Flower #C9B910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 50%
G = 46.02%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9B910 (or 0xC9B910) is known color: Bird Flower. HEX triplet: C9, B9 and 10. RGB value is (201,185,16). Sum of RGB (Red+Green+Blue) = 201+185+16=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B910 is #3646EF. Grayscale: #ABABAB. Windows color (decimal): -3557104 or 1096137. OLE color: 1096137.

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

Color convert

RGB 201 185 16 -
CMYK 0 0.08 0.92 0.21
HSL 54.81º 0.85% 0.43% -
HSV(B) 54.81º 0.92% 0.79% -
XYZ 41.53 47.15 7.4 -
YUV 170.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 201 185 16 0 0.08 0.92 0.21 54.81 0.85 0.43
Hex C9 B9 10 0 8 5C 15 37 55 2B
Octal 311 271 20 0 10 134 25 67 125 53
Binary 11001001 10111001 10000 0 1000 1011100 10101 110111 1010101 101011

Color Harmonies of #C9B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B910

Black with #C9B910

Text Example


Text Example

White with #C9B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B910; }

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

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

background-color css

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

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

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

border-color css

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

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

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