Html Css Color HEX #C9C40D Bird Flower

📋 copy color: '#C9C40D'

red 201 ◦ green 196 ◦ blue 13

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

Shades of Bird Flower #C9C40D

Tints of Bird Flower #C9C40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.8%

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 49.02%
G = 47.8%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9C40D (or 0xC9C40D) is known color: Bird Flower. HEX triplet: C9, C4 and 0D. RGB value is (201,196,13). Sum of RGB (Red+Green+Blue) = 201+196+13=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C40D is #363BF2. Grayscale: #B1B1B1. Windows color (decimal): -3554291 or 902345. OLE color: 902345.

HSL color Cylindrical-coordinate representation of color #C9C40D: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9C40D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 13 -
CMYK 0 0.02 0.94 0.21
HSL 58.4º 0.88% 0.42% -
HSV(B) 58.4º 0.94% 0.79% -
XYZ 43.9 51.93 8.09 -
YUV 176.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 201 196 13 0 0.02 0.94 0.21 58.4 0.88 0.42
Hex C9 C4 D 0 2 5E 15 3A 58 2A
Octal 311 304 15 0 2 136 25 72 130 52
Binary 11001001 11000100 1101 0 10 1011110 10101 111010 1011000 101010

Color Harmonies of #C9C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C40D

Black with #C9C40D

Text Example


Text Example

White with #C9C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C40D; }

 p { color: rgb(201,196,13); }

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

background-color css

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

 a { background-color: rgb(201,196,13); }

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

border-color css

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

 span { border-color: rgb(201,196,13); }

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