Html Css Color HEX #C9B80B Bird Flower

📋 copy color: '#C9B80B'

red 201 ◦ green 184 ◦ blue 11

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

Shades of Bird Flower #C9B80B

Tints of Bird Flower #C9B80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 50.76%
G = 46.46%
B = 2.78%

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

#C9B80B (or 0xC9B80B) is known color: Bird Flower. HEX triplet: C9, B8 and 0B. RGB value is (201,184,11). Sum of RGB (Red+Green+Blue) = 201+184+11=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B80B is #3647F4. Grayscale: #AAAAAA. Windows color (decimal): -3557365 or 768201. OLE color: 768201.

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

Color convert

RGB 201 184 11 -
CMYK 0 0.08 0.95 0.21
HSL 54.63º 0.9% 0.42% -
HSV(B) 54.63º 0.95% 0.79% -
XYZ 41.29 46.72 7.16 -
YUV 169.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 201 184 11 0 0.08 0.95 0.21 54.63 0.9 0.42
Hex C9 B8 B 0 8 5F 15 37 5A 2A
Octal 311 270 13 0 10 137 25 67 132 52
Binary 11001001 10111000 1011 0 1000 1011111 10101 110111 1011010 101010

Color Harmonies of #C9B80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B80B

Black with #C9B80B

Text Example


Text Example

White with #C9B80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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