Html Css Color HEX #C9B81C Bird Flower

📋 copy color: '#C9B81C'

red 201 ◦ green 184 ◦ blue 28

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

Shades of Bird Flower #C9B81C

Tints of Bird Flower #C9B81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 48.67%
G = 44.55%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9B81C (or 0xC9B81C) is known color: Bird Flower. HEX triplet: C9, B8 and 1C. RGB value is (201,184,28). Sum of RGB (Red+Green+Blue) = 201+184+28=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B81C is #3647E3. Grayscale: #ABABAB. Windows color (decimal): -3557348 or 1882313. OLE color: 1882313.

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

Color convert

RGB 201 184 28 -
CMYK 0 0.08 0.86 0.21
HSL 54.1º 0.76% 0.45% -
HSV(B) 54.1º 0.86% 0.79% -
XYZ 41.44 46.78 7.94 -
YUV 171.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 201 184 28 0 0.08 0.86 0.21 54.1 0.76 0.45
Hex C9 B8 1C 0 8 56 15 36 4C 2D
Octal 311 270 34 0 10 126 25 66 114 55
Binary 11001001 10111000 11100 0 1000 1010110 10101 110110 1001100 101101

Color Harmonies of #C9B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B81C

Black with #C9B81C

Text Example


Text Example

White with #C9B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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