Html Css Color HEX #C9C00D Bird Flower

📋 copy color: '#C9C00D'

red 201 ◦ green 192 ◦ blue 13

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

Shades of Bird Flower #C9C00D

Tints of Bird Flower #C9C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 49.51%
G = 47.29%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9C00D (or 0xC9C00D) is known color: Bird Flower. HEX triplet: C9, C0 and 0D. RGB value is (201,192,13). Sum of RGB (Red+Green+Blue) = 201+192+13=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C00D is #363FF2. Grayscale: #AFAFAF. Windows color (decimal): -3555315 or 901321. OLE color: 901321.

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

Color convert

RGB 201 192 13 -
CMYK 0 0.04 0.94 0.21
HSL 57.13º 0.88% 0.42% -
HSV(B) 57.13º 0.94% 0.79% -
XYZ 43.01 50.15 7.79 -
YUV 174.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 201 192 13 0 0.04 0.94 0.21 57.13 0.88 0.42
Hex C9 C0 D 0 4 5E 15 39 58 2A
Octal 311 300 15 0 4 136 25 71 130 52
Binary 11001001 11000000 1101 0 100 1011110 10101 111001 1011000 101010

Color Harmonies of #C9C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C00D

Black with #C9C00D

Text Example


Text Example

White with #C9C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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