Html Css Color HEX #C5B51D Bird Flower

📋 copy color: '#C5B51D'

red 197 ◦ green 181 ◦ blue 29

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

Shades of Bird Flower #C5B51D

Tints of Bird Flower #C5B51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.47%

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

R = 48.4%
G = 44.47%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5B51D (or 0xC5B51D) is known color: Bird Flower. HEX triplet: C5, B5 and 1D. RGB value is (197,181,29). Sum of RGB (Red+Green+Blue) = 197+181+29=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B51D is #3A4AE2. Grayscale: #A9A9A9. Windows color (decimal): -3820259 or 1947077. OLE color: 1947077.

HSL color Cylindrical-coordinate representation of color #C5B51D: hue angle of 54.29º 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 #C5B51D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 29 -
CMYK 0 0.08 0.85 0.23
HSL 54.29º 0.74% 0.44% -
HSV(B) 54.29º 0.85% 0.77% -
XYZ 39.77 45.01 7.75 -
YUV 168.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 197 181 29 0 0.08 0.85 0.23 54.29 0.74 0.44
Hex C5 B5 1D 0 8 55 17 36 4A 2C
Octal 305 265 35 0 10 125 27 66 112 54
Binary 11000101 10110101 11101 0 1000 1010101 10111 110110 1001010 101100

Color Harmonies of #C5B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B51D

Black with #C5B51D

Text Example


Text Example

White with #C5B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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