#C0B80D

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

Shades of La Rioja #C0B80D

Tints of La Rioja #C0B80D

Color information

#C0B80D (or 0xC0B80D) is unknown color: approx La Rioja. HEX triplet: C0, B8 and 0D. RGB value is (192,184,13). Sum of RGB (Red+Green+Blue) = 192+184+13=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B80D is #3F47F2. Grayscale: #A7A7A7. Windows color (decimal): -4147187 or 899264. OLE color: 899264.

HSL color Cylindrical-coordinate representation of color #C0B80D: hue angle of 57.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B80D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19218413-
CMYK00.040.930.25
HSL57.32º87.32%40.2%-
HSV(B)57.32º93.23%75.29%-
XYZ38.9545.527.11-
YUV166.941.15145.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 13 (5.47% from 255) = 3.34%
R=49.36%
G=47.30%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921841300.040.930.2557.3287.3240.2
HexC0B8D045D19395728
Octal3002701504135317112750
Binary1100000010111000110101001011101110011110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B80D; }

 p { color: rgb(192,184,13); }

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

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

 a { background-color: rgb(192,184,13); }

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

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

 span { border-color: rgb(192,184,13); }

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