Html Css Color HEX #C7B70F Bird Flower

📋 copy color: '#C7B70F'

red 199 ◦ green 183 ◦ blue 15

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

Shades of Bird Flower #C7B70F

Tints of Bird Flower #C7B70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 50.13%
G = 46.1%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B70F (or 0xC7B70F) is known color: Bird Flower. HEX triplet: C7, B7 and 0F. RGB value is (199,183,15). Sum of RGB (Red+Green+Blue) = 199+183+15=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B70F is #3848F0. Grayscale: #A9A9A9. Windows color (decimal): -3688689 or 1030087. OLE color: 1030087.

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

Color convert

RGB 199 183 15 -
CMYK 0 0.08 0.92 0.22
HSL 54.78º 0.86% 0.42% -
HSV(B) 54.78º 0.92% 0.78% -
XYZ 40.57 46.04 7.2 -
YUV 168.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 199 183 15 0 0.08 0.92 0.22 54.78 0.86 0.42
Hex C7 B7 F 0 8 5C 16 37 56 2A
Octal 307 267 17 0 10 134 26 67 126 52
Binary 11000111 10110111 1111 0 1000 1011100 10110 110111 1010110 101010

Color Harmonies of #C7B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B70F

Black with #C7B70F

Text Example


Text Example

White with #C7B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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