Html Css Color HEX #C6AD0E Bird Flower

📋 copy color: '#C6AD0E'

red 198 ◦ green 173 ◦ blue 14

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

Shades of Bird Flower #C6AD0E

Tints of Bird Flower #C6AD0E

RGB

 RED value IS 198 (77.73% from 255) = 51.43%

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

 BLUE value IS 14 (5.86% from 255) = 3.64%

R = 51.43%
G = 44.94%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6AD0E (or 0xC6AD0E) is known color: Bird Flower. HEX triplet: C6, AD and 0E. RGB value is (198,173,14). Sum of RGB (Red+Green+Blue) = 198+173+14=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AD0E is #3952F1. Grayscale: #A3A3A3. Windows color (decimal): -3756786 or 961990. OLE color: 961990.

HSL color Cylindrical-coordinate representation of color #C6AD0E: hue angle of 51.85º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6AD0E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 14 -
CMYK 0 0.13 0.93 0.22
HSL 51.85º 0.87% 0.42% -
HSV(B) 51.85º 0.93% 0.78% -
XYZ 38.31 41.92 6.49 -
YUV 162.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 198 173 14 0 0.13 0.93 0.22 51.85 0.87 0.42
Hex C6 AD E 0 D 5D 16 34 57 2A
Octal 306 255 16 0 15 135 26 64 127 52
Binary 11000110 10101101 1110 0 1101 1011101 10110 110100 1010111 101010

Color Harmonies of #C6AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD0E

Black with #C6AD0E

Text Example


Text Example

White with #C6AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD0E; }

 p { color: rgb(198,173,14); }

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

background-color css

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

 a { background-color: rgb(198,173,14); }

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

border-color css

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

 span { border-color: rgb(198,173,14); }

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