Html Css Color HEX #C5AD0D Bird Flower

📋 copy color: '#C5AD0D'

red 197 ◦ green 173 ◦ blue 13

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

Shades of Bird Flower #C5AD0D

Tints of Bird Flower #C5AD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

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

R = 51.44%
G = 45.17%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5AD0D (or 0xC5AD0D) is known color: Bird Flower. HEX triplet: C5, AD and 0D. RGB value is (197,173,13). Sum of RGB (Red+Green+Blue) = 197+173+13=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD0D is #3A52F2. Grayscale: #A2A2A2. Windows color (decimal): -3822323 or 896453. OLE color: 896453.

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

Color convert

RGB 197 173 13 -
CMYK 0 0.12 0.93 0.23
HSL 52.17º 0.88% 0.41% -
HSV(B) 52.17º 0.93% 0.77% -
XYZ 38.04 41.79 6.44 -
YUV 161.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 197 173 13 0 0.12 0.93 0.23 52.17 0.88 0.41
Hex C5 AD D 0 C 5D 17 34 58 29
Octal 305 255 15 0 14 135 27 64 130 51
Binary 11000101 10101101 1101 0 1100 1011101 10111 110100 1011000 101001

Color Harmonies of #C5AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD0D

Black with #C5AD0D

Text Example


Text Example

White with #C5AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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