Html Css Color HEX #C9C713 Bird Flower

📋 copy color: '#C9C713'

red 201 ◦ green 199 ◦ blue 19

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

Shades of Bird Flower #C9C713

Tints of Bird Flower #C9C713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 47.97%
G = 47.49%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9C713 (or 0xC9C713) is known color: Bird Flower. HEX triplet: C9, C7 and 13. RGB value is (201,199,19). Sum of RGB (Red+Green+Blue) = 201+199+19=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C713 is #3638EC. Grayscale: #B3B3B3. Windows color (decimal): -3553517 or 1296329. OLE color: 1296329.

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

Color convert

RGB 201 199 19 -
CMYK 0 0.01 0.91 0.21
HSL 59.34º 0.83% 0.43% -
HSV(B) 59.34º 0.91% 0.79% -
XYZ 44.63 53.31 8.55 -
YUV 179.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 201 199 19 0 0.01 0.91 0.21 59.34 0.83 0.43
Hex C9 C7 13 0 1 5B 15 3B 53 2B
Octal 311 307 23 0 1 133 25 73 123 53
Binary 11001001 11000111 10011 0 1 1011011 10101 111011 1010011 101011

Color Harmonies of #C9C713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C713

Black with #C9C713

Text Example


Text Example

White with #C9C713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C713; }

 p { color: rgb(201,199,19); }

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

background-color css

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

 a { background-color: rgb(201,199,19); }

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

border-color css

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

 span { border-color: rgb(201,199,19); }

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