Html Css Color HEX #C7AD08 Bird Flower

📋 copy color: '#C7AD08'

red 199 ◦ green 173 ◦ blue 8

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

Shades of Bird Flower #C7AD08

Tints of Bird Flower #C7AD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 52.37%
G = 45.53%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7AD08 (or 0xC7AD08) is known color: Bird Flower. HEX triplet: C7, AD and 08. RGB value is (199,173,8). Sum of RGB (Red+Green+Blue) = 199+173+8=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD08 is #3852F7. Grayscale: #A2A2A2. Windows color (decimal): -3691256 or 568775. OLE color: 568775.

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

Color convert

RGB 199 173 8 -
CMYK 0 0.13 0.96 0.22
HSL 51.83º 0.92% 0.41% -
HSV(B) 51.83º 0.96% 0.78% -
XYZ 38.54 42.05 6.31 -
YUV 161.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 199 173 8 0 0.13 0.96 0.22 51.83 0.92 0.41
Hex C7 AD 8 0 D 60 16 34 5C 29
Octal 307 255 10 0 15 140 26 64 134 51
Binary 11000111 10101101 1000 0 1101 1100000 10110 110100 1011100 101001

Color Harmonies of #C7AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD08

Black with #C7AD08

Text Example


Text Example

White with #C7AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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