Html Css Color HEX #C5C21D Bird Flower

📋 copy color: '#C5C21D'

red 197 ◦ green 194 ◦ blue 29

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

Shades of Bird Flower #C5C21D

Tints of Bird Flower #C5C21D

RGB

 RED value IS 197 (77.34% from 255) = 46.9%

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

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

R = 46.9%
G = 46.19%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5C21D (or 0xC5C21D) is known color: Bird Flower. HEX triplet: C5, C2 and 1D. RGB value is (197,194,29). Sum of RGB (Red+Green+Blue) = 197+194+29=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C21D is #3A3DE2. Grayscale: #B0B0B0. Windows color (decimal): -3816931 or 1950405. OLE color: 1950405.

HSL color Cylindrical-coordinate representation of color #C5C21D: hue angle of 58.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5C21D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 29 -
CMYK 0 0.02 0.85 0.23
HSL 58.93º 0.74% 0.44% -
HSV(B) 58.93º 0.85% 0.77% -
XYZ 42.54 50.54 8.68 -
YUV 176.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 197 194 29 0 0.02 0.85 0.23 58.93 0.74 0.44
Hex C5 C2 1D 0 2 55 17 3B 4A 2C
Octal 305 302 35 0 2 125 27 73 112 54
Binary 11000101 11000010 11101 0 10 1010101 10111 111011 1001010 101100

Color Harmonies of #C5C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C21D

Black with #C5C21D

Text Example


Text Example

White with #C5C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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