Html Css Color HEX #C6AF0E Bird Flower

📋 copy color: '#C6AF0E'

red 198 ◦ green 175 ◦ blue 14

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

Shades of Bird Flower #C6AF0E

Tints of Bird Flower #C6AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

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

R = 51.16%
G = 45.22%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6AF0E (or 0xC6AF0E) is known color: Bird Flower. HEX triplet: C6, AF and 0E. RGB value is (198,175,14). Sum of RGB (Red+Green+Blue) = 198+175+14=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF0E is #3950F1. Grayscale: #A4A4A4. Windows color (decimal): -3756274 or 962502. OLE color: 962502.

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

Color convert

RGB 198 175 14 -
CMYK 0 0.12 0.93 0.22
HSL 52.5º 0.87% 0.42% -
HSV(B) 52.5º 0.93% 0.78% -
XYZ 38.7 42.7 6.62 -
YUV 163.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 198 175 14 0 0.12 0.93 0.22 52.5 0.87 0.42
Hex C6 AF E 0 C 5D 16 34 57 2A
Octal 306 257 16 0 14 135 26 64 127 52
Binary 11000110 10101111 1110 0 1100 1011101 10110 110100 1010111 101010

Color Harmonies of #C6AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF0E

Black with #C6AF0E

Text Example


Text Example

White with #C6AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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