Html Css Color HEX #C5B20D Bird Flower

📋 copy color: '#C5B20D'

red 197 ◦ green 178 ◦ blue 13

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

Shades of Bird Flower #C5B20D

Tints of Bird Flower #C5B20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

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

R = 50.77%
G = 45.88%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B20D (or 0xC5B20D) is known color: Bird Flower. HEX triplet: C5, B2 and 0D. RGB value is (197,178,13). Sum of RGB (Red+Green+Blue) = 197+178+13=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B20D is #3A4DF2. Grayscale: #A5A5A5. Windows color (decimal): -3821043 or 897733. OLE color: 897733.

HSL color Cylindrical-coordinate representation of color #C5B20D: hue angle of 53.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5B20D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 13 -
CMYK 0 0.10 0.93 0.23
HSL 53.8º 0.88% 0.41% -
HSV(B) 53.8º 0.93% 0.77% -
XYZ 39.02 43.74 6.77 -
YUV 164.87 42.29 150.92 -
System Red Green Blue C M Y K H S L
Decimal 197 178 13 0 0.10 0.93 0.23 53.8 0.88 0.41
Hex C5 B2 D 0 A 5D 17 36 58 29
Octal 305 262 15 0 12 135 27 66 130 51
Binary 11000101 10110010 1101 0 1010 1011101 10111 110110 1011000 101001

Color Harmonies of #C5B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B20D

Black with #C5B20D

Text Example


Text Example

White with #C5B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B20D; }

 p { color: rgb(197,178,13); }

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

background-color css

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

 a { background-color: rgb(197,178,13); }

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

border-color css

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

 span { border-color: rgb(197,178,13); }

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