#C7B800

Color #C7B800 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C7B800

Tints of La Rioja #C7B800

Color information

#C7B800 (or 0xC7B800) is unknown color: approx La Rioja. HEX triplet: C7, B8 and 00. RGB value is (199,184,0). Sum of RGB (Red+Green+Blue) = 199+184+0=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B800 is #3847FF. Grayscale: #A8A8A8. Windows color (decimal): -3688448 or 47303. OLE color: 47303.

HSL color Cylindrical-coordinate representation of color #C7B800: hue angle of 55.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7B800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1991840-
CMYK00.0810.22
HSL55.48º100%39.02%-
HSV(B)55.48º100%78.04%-
XYZ40.6946.426.82-
YUV167.5133.47150.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.96%
G=48.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199184000.0810.2255.4810039.02
HexC7B80086416376427
Octal3072700010144266714447
Binary11000111101110000010001100100101101101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B800; }

 p { color: rgb(199,184,0); }

 H1.HeaderClassName
 {
   color: #C7B800;
 }
 .AnyTagClassName
 {
   color: #C7B800;
 }
</style>
background-color css

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

 a { background-color: rgb(199,184,0); }

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

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

 span { border-color: rgb(199,184,0); }

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