Html Css Color HEX #C5B00D Bird Flower

📋 copy color: '#C5B00D'

red 197 ◦ green 176 ◦ blue 13

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

Shades of Bird Flower #C5B00D

Tints of Bird Flower #C5B00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 51.04%
G = 45.6%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B00D (or 0xC5B00D) is known color: Bird Flower. HEX triplet: C5, B0 and 0D. RGB value is (197,176,13). Sum of RGB (Red+Green+Blue) = 197+176+13=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B00D is #3A4FF2. Grayscale: #A4A4A4. Windows color (decimal): -3821555 or 897221. OLE color: 897221.

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

Color convert

RGB 197 176 13 -
CMYK 0 0.11 0.93 0.23
HSL 53.15º 0.88% 0.41% -
HSV(B) 53.15º 0.93% 0.77% -
XYZ 38.62 42.95 6.64 -
YUV 163.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 197 176 13 0 0.11 0.93 0.23 53.15 0.88 0.41
Hex C5 B0 D 0 B 5D 17 35 58 29
Octal 305 260 15 0 13 135 27 65 130 51
Binary 11000101 10110000 1101 0 1011 1011101 10111 110101 1011000 101001

Color Harmonies of #C5B00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B00D

Black with #C5B00D

Text Example


Text Example

White with #C5B00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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