Html Css Color HEX #C7B30F Bird Flower

📋 copy color: '#C7B30F'

red 199 ◦ green 179 ◦ blue 15

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

Shades of Bird Flower #C7B30F

Tints of Bird Flower #C7B30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.55%

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

R = 50.64%
G = 45.55%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B30F (or 0xC7B30F) is known color: Bird Flower. HEX triplet: C7, B3 and 0F. RGB value is (199,179,15). Sum of RGB (Red+Green+Blue) = 199+179+15=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B30F is #384CF0. Grayscale: #A6A6A6. Windows color (decimal): -3689713 or 1029063. OLE color: 1029063.

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

Color convert

RGB 199 179 15 -
CMYK 0 0.10 0.92 0.22
HSL 53.48º 0.86% 0.42% -
HSV(B) 53.48º 0.92% 0.78% -
XYZ 39.76 44.42 6.93 -
YUV 166.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 199 179 15 0 0.10 0.92 0.22 53.48 0.86 0.42
Hex C7 B3 F 0 A 5C 16 35 56 2A
Octal 307 263 17 0 12 134 26 65 126 52
Binary 11000111 10110011 1111 0 1010 1011100 10110 110101 1010110 101010

Color Harmonies of #C7B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B30F

Black with #C7B30F

Text Example


Text Example

White with #C7B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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