Html Css Color HEX #C9B422 Bird Flower

📋 copy color: '#C9B422'

red 201 ◦ green 180 ◦ blue 34

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

Shades of Bird Flower #C9B422

Tints of Bird Flower #C9B422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.37%

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 48.43%
G = 43.37%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C9B422 (or 0xC9B422) is known color: Bird Flower. HEX triplet: C9, B4 and 22. RGB value is (201,180,34). Sum of RGB (Red+Green+Blue) = 201+180+34=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B422 is #364BDD. Grayscale: #AAAAAA. Windows color (decimal): -3558366 or 2274505. OLE color: 2274505.

HSL color Cylindrical-coordinate representation of color #C9B422: hue angle of 52.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9B422 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 180 34 -
CMYK 0 0.10 0.83 0.21
HSL 52.46º 0.71% 0.46% -
HSV(B) 52.46º 0.83% 0.79% -
XYZ 40.7 45.18 8.09 -
YUV 169.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 201 180 34 0 0.10 0.83 0.21 52.46 0.71 0.46
Hex C9 B4 22 0 A 53 15 34 47 2E
Octal 311 264 42 0 12 123 25 64 107 56
Binary 11001001 10110100 100010 0 1010 1010011 10101 110100 1000111 101110

Color Harmonies of #C9B422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B422

Black with #C9B422

Text Example


Text Example

White with #C9B422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B422; }

 p { color: rgb(201,180,34); }

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

background-color css

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

 a { background-color: rgb(201,180,34); }

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

border-color css

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

 span { border-color: rgb(201,180,34); }

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