Html Css Color HEX #C7AD0F Bird Flower

📋 copy color: '#C7AD0F'

red 199 ◦ green 173 ◦ blue 15

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

Shades of Bird Flower #C7AD0F

Tints of Bird Flower #C7AD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 51.42%
G = 44.7%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7AD0F (or 0xC7AD0F) is known color: Bird Flower. HEX triplet: C7, AD and 0F. RGB value is (199,173,15). Sum of RGB (Red+Green+Blue) = 199+173+15=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD0F is #3852F0. Grayscale: #A3A3A3. Windows color (decimal): -3691249 or 1027527. OLE color: 1027527.

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

Color convert

RGB 199 173 15 -
CMYK 0 0.13 0.92 0.22
HSL 51.52º 0.86% 0.42% -
HSV(B) 51.52º 0.92% 0.78% -
XYZ 38.58 42.06 6.54 -
YUV 162.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 199 173 15 0 0.13 0.92 0.22 51.52 0.86 0.42
Hex C7 AD F 0 D 5C 16 34 56 2A
Octal 307 255 17 0 15 134 26 64 126 52
Binary 11000111 10101101 1111 0 1101 1011100 10110 110100 1010110 101010

Color Harmonies of #C7AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD0F

Black with #C7AD0F

Text Example


Text Example

White with #C7AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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