Html Css Color HEX #C9AE14 Bird Flower

📋 copy color: '#C9AE14'

red 201 ◦ green 174 ◦ blue 20

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

Shades of Bird Flower #C9AE14

Tints of Bird Flower #C9AE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

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

R = 50.89%
G = 44.05%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9AE14 (or 0xC9AE14) is known color: Bird Flower. HEX triplet: C9, AE and 14. RGB value is (201,174,20). Sum of RGB (Red+Green+Blue) = 201+174+20=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AE14 is #3651EB. Grayscale: #A5A5A5. Windows color (decimal): -3559916 or 1355465. OLE color: 1355465.

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

Color convert

RGB 201 174 20 -
CMYK 0 0.13 0.90 0.21
HSL 51.05º 0.82% 0.43% -
HSV(B) 51.05º 0.9% 0.79% -
XYZ 39.35 42.74 6.84 -
YUV 164.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 201 174 20 0 0.13 0.90 0.21 51.05 0.82 0.43
Hex C9 AE 14 0 D 5A 15 33 52 2B
Octal 311 256 24 0 15 132 25 63 122 53
Binary 11001001 10101110 10100 0 1101 1011010 10101 110011 1010010 101011

Color Harmonies of #C9AE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE14

Black with #C9AE14

Text Example


Text Example

White with #C9AE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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