Html Css Color HEX #C9B21C Bird Flower

📋 copy color: '#C9B21C'

red 201 ◦ green 178 ◦ blue 28

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

Shades of Bird Flower #C9B21C

Tints of Bird Flower #C9B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

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

R = 49.39%
G = 43.73%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9B21C (or 0xC9B21C) is known color: Bird Flower. HEX triplet: C9, B2 and 1C. RGB value is (201,178,28). Sum of RGB (Red+Green+Blue) = 201+178+28=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B21C is #364DE3. Grayscale: #A8A8A8. Windows color (decimal): -3558884 or 1880777. OLE color: 1880777.

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

Color convert

RGB 201 178 28 -
CMYK 0 0.11 0.86 0.21
HSL 52.02º 0.76% 0.45% -
HSV(B) 52.02º 0.86% 0.79% -
XYZ 40.22 44.34 7.54 -
YUV 167.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 201 178 28 0 0.11 0.86 0.21 52.02 0.76 0.45
Hex C9 B2 1C 0 B 56 15 34 4C 2D
Octal 311 262 34 0 13 126 25 64 114 55
Binary 11001001 10110010 11100 0 1011 1010110 10101 110100 1001100 101101

Color Harmonies of #C9B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B21C

Black with #C9B21C

Text Example


Text Example

White with #C9B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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