Html Css Color HEX #C9B017 Bird Flower

📋 copy color: '#C9B017'

red 201 ◦ green 176 ◦ blue 23

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

Shades of Bird Flower #C9B017

Tints of Bird Flower #C9B017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 23 (9.38% from 255) = 5.75%

R = 50.25%
G = 44%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9B017 (or 0xC9B017) is known color: Bird Flower. HEX triplet: C9, B0 and 17. RGB value is (201,176,23). Sum of RGB (Red+Green+Blue) = 201+176+23=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B017 is #364FE8. Grayscale: #A6A6A6. Windows color (decimal): -3559401 or 1552585. OLE color: 1552585.

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

Color convert

RGB 201 176 23 -
CMYK 0 0.12 0.89 0.21
HSL 51.57º 0.79% 0.44% -
HSV(B) 51.57º 0.89% 0.79% -
XYZ 39.77 43.53 7.12 -
YUV 166.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 201 176 23 0 0.12 0.89 0.21 51.57 0.79 0.44
Hex C9 B0 17 0 C 59 15 34 4F 2C
Octal 311 260 27 0 14 131 25 64 117 54
Binary 11001001 10110000 10111 0 1100 1011001 10101 110100 1001111 101100

Color Harmonies of #C9B017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B017

Black with #C9B017

Text Example


Text Example

White with #C9B017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B017; }

 p { color: rgb(201,176,23); }

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

background-color css

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

 a { background-color: rgb(201,176,23); }

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

border-color css

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

 span { border-color: rgb(201,176,23); }

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