Html Css Color HEX #C9B615 Bird Flower

📋 copy color: '#C9B615'

red 201 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #C9B615

Tints of Bird Flower #C9B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

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

R = 49.75%
G = 45.05%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9B615 (or 0xC9B615) is known color: Bird Flower. HEX triplet: C9, B6 and 15. RGB value is (201,182,21). Sum of RGB (Red+Green+Blue) = 201+182+21=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B615 is #3649EA. Grayscale: #A9A9A9. Windows color (decimal): -3557867 or 1423049. OLE color: 1423049.

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

Color convert

RGB 201 182 21 -
CMYK 0 0.09 0.90 0.21
HSL 53.67º 0.81% 0.44% -
HSV(B) 53.67º 0.9% 0.79% -
XYZ 40.95 45.93 7.42 -
YUV 169.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 201 182 21 0 0.09 0.90 0.21 53.67 0.81 0.44
Hex C9 B6 15 0 9 5A 15 36 51 2C
Octal 311 266 25 0 11 132 25 66 121 54
Binary 11001001 10110110 10101 0 1001 1011010 10101 110110 1010001 101100

Color Harmonies of #C9B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B615

Black with #C9B615

Text Example


Text Example

White with #C9B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B615; }

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

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

background-color css

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

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

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

border-color css

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

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

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