Html Css Color HEX #C7AD06 Bird Flower

📋 copy color: '#C7AD06'

red 199 ◦ green 173 ◦ blue 6

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

Shades of Bird Flower #C7AD06

Tints of Bird Flower #C7AD06

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 52.65%
G = 45.77%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7AD06 (or 0xC7AD06) is known color: Bird Flower. HEX triplet: C7, AD and 06. RGB value is (199,173,6). Sum of RGB (Red+Green+Blue) = 199+173+6=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD06 is #3852F9. Grayscale: #A2A2A2. Windows color (decimal): -3691258 or 437703. OLE color: 437703.

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

Color convert

RGB 199 173 6 -
CMYK 0 0.13 0.97 0.22
HSL 51.92º 0.94% 0.4% -
HSV(B) 51.92º 0.97% 0.78% -
XYZ 38.53 42.04 6.26 -
YUV 161.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 199 173 6 0 0.13 0.97 0.22 51.92 0.94 0.4
Hex C7 AD 6 0 D 61 16 34 5E 28
Octal 307 255 6 0 15 141 26 64 136 50
Binary 11000111 10101101 110 0 1101 1100001 10110 110100 1011110 101000

Color Harmonies of #C7AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD06

Black with #C7AD06

Text Example


Text Example

White with #C7AD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD06; }

 p { color: rgb(199,173,6); }

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

background-color css

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

 a { background-color: rgb(199,173,6); }

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

border-color css

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

 span { border-color: rgb(199,173,6); }

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