#C8B403

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

Shades of La Rioja #C8B403

Tints of La Rioja #C8B403

Color information

#C8B403 (or 0xC8B403) is unknown color: approx La Rioja. HEX triplet: C8, B4 and 03. RGB value is (200,180,3). Sum of RGB (Red+Green+Blue) = 200+180+3=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B403 is #374BFC. Grayscale: #A6A6A6. Windows color (decimal): -3623933 or 242888. OLE color: 242888.

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

Color convert

RGB2001803-
CMYK00.10.980.22
HSL53.91º97.04%39.8%-
HSV(B)53.91º98.5%78.43%-
XYZ40.1644.936.64-
YUV165.836.13152.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=52.22%
G=47.00%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200180300.10.980.2253.9197.0439.8
HexC8B430A6216366128
Octal3102643012142266614150
Binary110010001011010011010101100010101101101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B403; }

 p { color: rgb(200,180,3); }

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

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

 a { background-color: rgb(200,180,3); }

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

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

 span { border-color: rgb(200,180,3); }

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