Html Css Color HEX #C9B60F Bird Flower

📋 copy color: '#C9B60F'

red 201 ◦ green 182 ◦ blue 15

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

Shades of Bird Flower #C9B60F

Tints of Bird Flower #C9B60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 50.5%
G = 45.73%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9B60F (or 0xC9B60F) is known color: Bird Flower. HEX triplet: C9, B6 and 0F. RGB value is (201,182,15). Sum of RGB (Red+Green+Blue) = 201+182+15=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B60F is #3649F0. Grayscale: #A9A9A9. Windows color (decimal): -3557873 or 1029833. OLE color: 1029833.

HSL color Cylindrical-coordinate representation of color #C9B60F: hue angle of 53.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9B60F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 15 -
CMYK 0 0.09 0.93 0.21
HSL 53.87º 0.86% 0.42% -
HSV(B) 53.87º 0.93% 0.79% -
XYZ 40.9 45.91 7.16 -
YUV 168.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 201 182 15 0 0.09 0.93 0.21 53.87 0.86 0.42
Hex C9 B6 F 0 9 5D 15 36 56 2A
Octal 311 266 17 0 11 135 25 66 126 52
Binary 11001001 10110110 1111 0 1001 1011101 10101 110110 1010110 101010

Color Harmonies of #C9B60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B60F

Black with #C9B60F

Text Example


Text Example

White with #C9B60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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