Html Css Color HEX #C9C21D Bird Flower

📋 copy color: '#C9C21D'

red 201 ◦ green 194 ◦ blue 29

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

Shades of Bird Flower #C9C21D

Tints of Bird Flower #C9C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.75%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 47.41%
G = 45.75%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9C21D (or 0xC9C21D) is known color: Bird Flower. HEX triplet: C9, C2 and 1D. RGB value is (201,194,29). Sum of RGB (Red+Green+Blue) = 201+194+29=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C21D is #363DE2. Grayscale: #B1B1B1. Windows color (decimal): -3554787 or 1950409. OLE color: 1950409.

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

Color convert

RGB 201 194 29 -
CMYK 0 0.03 0.86 0.21
HSL 57.56º 0.75% 0.45% -
HSV(B) 57.56º 0.86% 0.79% -
XYZ 43.6 51.09 8.73 -
YUV 177.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 201 194 29 0 0.03 0.86 0.21 57.56 0.75 0.45
Hex C9 C2 1D 0 3 56 15 3A 4B 2D
Octal 311 302 35 0 3 126 25 72 113 55
Binary 11001001 11000010 11101 0 11 1010110 10101 111010 1001011 101101

Color Harmonies of #C9C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C21D

Black with #C9C21D

Text Example


Text Example

White with #C9C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C21D; }

 p { color: rgb(201,194,29); }

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

background-color css

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

 a { background-color: rgb(201,194,29); }

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

border-color css

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

 span { border-color: rgb(201,194,29); }

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