Html Css Color HEX #C9BF14 Bird Flower

📋 copy color: '#C9BF14'

red 201 ◦ green 191 ◦ blue 20

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

Shades of Bird Flower #C9BF14

Tints of Bird Flower #C9BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 46.36%

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

R = 48.79%
G = 46.36%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9BF14 (or 0xC9BF14) is known color: Bird Flower. HEX triplet: C9, BF and 14. RGB value is (201,191,20). Sum of RGB (Red+Green+Blue) = 201+191+20=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF14 is #3640EB. Grayscale: #AFAFAF. Windows color (decimal): -3555564 or 1359817. OLE color: 1359817.

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

Color convert

RGB 201 191 20 -
CMYK 0 0.05 0.90 0.21
HSL 56.69º 0.82% 0.43% -
HSV(B) 56.69º 0.9% 0.79% -
XYZ 42.84 49.73 8 -
YUV 174.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 201 191 20 0 0.05 0.90 0.21 56.69 0.82 0.43
Hex C9 BF 14 0 5 5A 15 39 52 2B
Octal 311 277 24 0 5 132 25 71 122 53
Binary 11001001 10111111 10100 0 101 1011010 10101 111001 1010010 101011

Color Harmonies of #C9BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF14

Black with #C9BF14

Text Example


Text Example

White with #C9BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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