Html Css Color HEX #C9C714 Bird Flower

📋 copy color: '#C9C714'

red 201 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #C9C714

Tints of Bird Flower #C9C714

RGB

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

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

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

R = 47.86%
G = 47.38%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9C714 (or 0xC9C714) is known color: Bird Flower. HEX triplet: C9, C7 and 14. RGB value is (201,199,20). Sum of RGB (Red+Green+Blue) = 201+199+20=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C714 is #3638EB. Grayscale: #B3B3B3. Windows color (decimal): -3553516 or 1361865. OLE color: 1361865.

HSL color Cylindrical-coordinate representation of color #C9C714: hue angle of 59.34º 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 #C9C714 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 199 20 -
CMYK 0 0.01 0.90 0.21
HSL 59.34º 0.82% 0.43% -
HSV(B) 59.34º 0.9% 0.79% -
XYZ 44.64 53.31 8.6 -
YUV 179.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 201 199 20 0 0.01 0.90 0.21 59.34 0.82 0.43
Hex C9 C7 14 0 1 5A 15 3B 52 2B
Octal 311 307 24 0 1 132 25 73 122 53
Binary 11001001 11000111 10100 0 1 1011010 10101 111011 1010010 101011

Color Harmonies of #C9C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C714

Black with #C9C714

Text Example


Text Example

White with #C9C714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C714; }

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

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

background-color css

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

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

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

border-color css

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

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

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