Html Css Color HEX #C9B308 Bird Flower

📋 copy color: '#C9B308'

red 201 ◦ green 179 ◦ blue 8

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

Shades of Bird Flower #C9B308

Tints of Bird Flower #C9B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 51.8%
G = 46.13%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9B308 (or 0xC9B308) is known color: Bird Flower. HEX triplet: C9, B3 and 08. RGB value is (201,179,8). Sum of RGB (Red+Green+Blue) = 201+179+8=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B308 is #364CF7. Grayscale: #A6A6A6. Windows color (decimal): -3558648 or 570313. OLE color: 570313.

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

Color convert

RGB 201 179 8 -
CMYK 0 0.11 0.96 0.21
HSL 53.16º 0.92% 0.41% -
HSV(B) 53.16º 0.96% 0.79% -
XYZ 40.25 44.68 6.73 -
YUV 166.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 201 179 8 0 0.11 0.96 0.21 53.16 0.92 0.41
Hex C9 B3 8 0 B 60 15 35 5C 29
Octal 311 263 10 0 13 140 25 65 134 51
Binary 11001001 10110011 1000 0 1011 1100000 10101 110101 1011100 101001

Color Harmonies of #C9B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B308

Black with #C9B308

Text Example


Text Example

White with #C9B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B308; }

 p { color: rgb(201,179,8); }

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

background-color css

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

 a { background-color: rgb(201,179,8); }

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

border-color css

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

 span { border-color: rgb(201,179,8); }

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