Html Css Color HEX #C9B80A Bird Flower

📋 copy color: '#C9B80A'

red 201 ◦ green 184 ◦ blue 10

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

Shades of Bird Flower #C9B80A

Tints of Bird Flower #C9B80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 50.89%
G = 46.58%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9B80A (or 0xC9B80A) is known color: Bird Flower. HEX triplet: C9, B8 and 0A. RGB value is (201,184,10). Sum of RGB (Red+Green+Blue) = 201+184+10=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B80A is #3647F5. Grayscale: #A9A9A9. Windows color (decimal): -3557366 or 702665. OLE color: 702665.

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

Color convert

RGB 201 184 10 -
CMYK 0 0.08 0.95 0.21
HSL 54.66º 0.91% 0.41% -
HSV(B) 54.66º 0.95% 0.79% -
XYZ 41.28 46.72 7.13 -
YUV 169.25 38.13 150.65 -
System Red Green Blue C M Y K H S L
Decimal 201 184 10 0 0.08 0.95 0.21 54.66 0.91 0.41
Hex C9 B8 A 0 8 5F 15 37 5B 29
Octal 311 270 12 0 10 137 25 67 133 51
Binary 11001001 10111000 1010 0 1000 1011111 10101 110111 1011011 101001

Color Harmonies of #C9B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B80A

Black with #C9B80A

Text Example


Text Example

White with #C9B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B80A; }

 p { color: rgb(201,184,10); }

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

background-color css

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

 a { background-color: rgb(201,184,10); }

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

border-color css

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

 span { border-color: rgb(201,184,10); }

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