Html Css Color HEX #C9B21E Bird Flower

📋 copy color: '#C9B21E'

red 201 ◦ green 178 ◦ blue 30

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

Shades of Bird Flower #C9B21E

Tints of Bird Flower #C9B21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 49.14%
G = 43.52%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9B21E (or 0xC9B21E) is known color: Bird Flower. HEX triplet: C9, B2 and 1E. RGB value is (201,178,30). Sum of RGB (Red+Green+Blue) = 201+178+30=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B21E is #364DE1. Grayscale: #A8A8A8. Windows color (decimal): -3558882 or 2011849. OLE color: 2011849.

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

Color convert

RGB 201 178 30 -
CMYK 0 0.11 0.85 0.21
HSL 51.93º 0.74% 0.45% -
HSV(B) 51.93º 0.85% 0.79% -
XYZ 40.24 44.35 7.67 -
YUV 168.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 201 178 30 0 0.11 0.85 0.21 51.93 0.74 0.45
Hex C9 B2 1E 0 B 55 15 34 4A 2D
Octal 311 262 36 0 13 125 25 64 112 55
Binary 11001001 10110010 11110 0 1011 1010101 10101 110100 1001010 101101

Color Harmonies of #C9B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B21E

Black with #C9B21E

Text Example


Text Example

White with #C9B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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