Html Css Color HEX #C7AD09 Bird Flower

📋 copy color: '#C7AD09'

red 199 ◦ green 173 ◦ blue 9

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

Shades of Bird Flower #C7AD09

Tints of Bird Flower #C7AD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 52.23%
G = 45.41%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7AD09 (or 0xC7AD09) is known color: Bird Flower. HEX triplet: C7, AD and 09. RGB value is (199,173,9). Sum of RGB (Red+Green+Blue) = 199+173+9=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD09 is #3852F6. Grayscale: #A2A2A2. Windows color (decimal): -3691255 or 634311. OLE color: 634311.

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

Color convert

RGB 199 173 9 -
CMYK 0 0.13 0.95 0.22
HSL 51.79º 0.91% 0.41% -
HSV(B) 51.79º 0.95% 0.78% -
XYZ 38.55 42.05 6.34 -
YUV 162.08 41.61 154.34 -
System Red Green Blue C M Y K H S L
Decimal 199 173 9 0 0.13 0.95 0.22 51.79 0.91 0.41
Hex C7 AD 9 0 D 5F 16 34 5B 29
Octal 307 255 11 0 15 137 26 64 133 51
Binary 11000111 10101101 1001 0 1101 1011111 10110 110100 1011011 101001

Color Harmonies of #C7AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD09

Black with #C7AD09

Text Example


Text Example

White with #C7AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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