Html Css Color HEX #C9C618 Bird Flower

📋 copy color: '#C9C618'

red 201 ◦ green 198 ◦ blue 24

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

Shades of Bird Flower #C9C618

Tints of Bird Flower #C9C618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.81%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 47.52%
G = 46.81%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9C618 (or 0xC9C618) is known color: Bird Flower. HEX triplet: C9, C6 and 18. RGB value is (201,198,24). Sum of RGB (Red+Green+Blue) = 201+198+24=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C618 is #3639E7. Grayscale: #B3B3B3. Windows color (decimal): -3553768 or 1623753. OLE color: 1623753.

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

Color convert

RGB 201 198 24 -
CMYK 0 0.01 0.88 0.21
HSL 58.98º 0.79% 0.44% -
HSV(B) 58.98º 0.88% 0.79% -
XYZ 44.45 52.87 8.73 -
YUV 179.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 201 198 24 0 0.01 0.88 0.21 58.98 0.79 0.44
Hex C9 C6 18 0 1 58 15 3B 4F 2C
Octal 311 306 30 0 1 130 25 73 117 54
Binary 11001001 11000110 11000 0 1 1011000 10101 111011 1001111 101100

Color Harmonies of #C9C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C618

Black with #C9C618

Text Example


Text Example

White with #C9C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C618; }

 p { color: rgb(201,198,24); }

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

background-color css

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

 a { background-color: rgb(201,198,24); }

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

border-color css

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

 span { border-color: rgb(201,198,24); }

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