Html Css Color HEX #C9B815 Bird Flower

📋 copy color: '#C9B815'

red 201 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #C9B815

Tints of Bird Flower #C9B815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 49.51%
G = 45.32%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9B815 (or 0xC9B815) is known color: Bird Flower. HEX triplet: C9, B8 and 15. RGB value is (201,184,21). Sum of RGB (Red+Green+Blue) = 201+184+21=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B815 is #3647EA. Grayscale: #ABABAB. Windows color (decimal): -3557355 or 1423561. OLE color: 1423561.

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

Color convert

RGB 201 184 21 -
CMYK 0 0.08 0.90 0.21
HSL 54.33º 0.81% 0.44% -
HSV(B) 54.33º 0.9% 0.79% -
XYZ 41.36 46.75 7.55 -
YUV 170.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 201 184 21 0 0.08 0.90 0.21 54.33 0.81 0.44
Hex C9 B8 15 0 8 5A 15 36 51 2C
Octal 311 270 25 0 10 132 25 66 121 54
Binary 11001001 10111000 10101 0 1000 1011010 10101 110110 1010001 101100

Color Harmonies of #C9B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B815

Black with #C9B815

Text Example


Text Example

White with #C9B815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B815; }

 p { color: rgb(201,184,21); }

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

background-color css

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

 a { background-color: rgb(201,184,21); }

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

border-color css

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

 span { border-color: rgb(201,184,21); }

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