#C8B204

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

Shades of La Rioja #C8B204

Tints of La Rioja #C8B204

Color information

#C8B204 (or 0xC8B204) is unknown color: approx La Rioja. HEX triplet: C8, B2 and 04. RGB value is (200,178,4). Sum of RGB (Red+Green+Blue) = 200+178+4=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B204 is #374DFB. Grayscale: #A5A5A5. Windows color (decimal): -3624444 or 307912. OLE color: 307912.

HSL color Cylindrical-coordinate representation of color #C8B204: hue angle of 53.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8B204 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB2001784-
CMYK00.110.980.22
HSL53.27º96.08%40%-
HSV(B)53.27º98%78.43%-
XYZ39.7644.136.54-
YUV164.7437.29153.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=52.36%
G=46.60%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200178400.110.980.2253.2796.0840
HexC8B240B6216356028
Octal3102624013142266514050
Binary1100100010110010100010111100010101101101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B204; }

 p { color: rgb(200,178,4); }

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

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

 a { background-color: rgb(200,178,4); }

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

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

 span { border-color: rgb(200,178,4); }

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