Html Css Color HEX #C9B314 Bird Flower

📋 copy color: '#C9B314'

red 201 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #C9B314

Tints of Bird Flower #C9B314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5%

R = 50.25%
G = 44.75%
B = 5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9B314 (or 0xC9B314) is known color: Bird Flower. HEX triplet: C9, B3 and 14. RGB value is (201,179,20). Sum of RGB (Red+Green+Blue) = 201+179+20=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B314 is #364CEB. Grayscale: #A8A8A8. Windows color (decimal): -3558636 or 1356745. OLE color: 1356745.

HSL color Cylindrical-coordinate representation of color #C9B314: hue angle of 52.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9B314 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 20 -
CMYK 0 0.11 0.90 0.21
HSL 52.71º 0.82% 0.43% -
HSV(B) 52.71º 0.9% 0.79% -
XYZ 40.33 44.71 7.17 -
YUV 167.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 201 179 20 0 0.11 0.90 0.21 52.71 0.82 0.43
Hex C9 B3 14 0 B 5A 15 35 52 2B
Octal 311 263 24 0 13 132 25 65 122 53
Binary 11001001 10110011 10100 0 1011 1011010 10101 110101 1010010 101011

Color Harmonies of #C9B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B314

Black with #C9B314

Text Example


Text Example

White with #C9B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B314; }

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

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

background-color css

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

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

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

border-color css

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

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

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