#CBC400

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

Shades of La Rioja #CBC400

Tints of La Rioja #CBC400

Color information

#CBC400 (or 0xCBC400) is unknown color: approx La Rioja. HEX triplet: CB, C4 and 00. RGB value is (203,196,0). Sum of RGB (Red+Green+Blue) = 203+196+0=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC400 is #343BFF. Grayscale: #B0B0B0. Windows color (decimal): -3423232 or 50379. OLE color: 50379.

HSL color Cylindrical-coordinate representation of color #CBC400: hue angle of 57.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBC400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2031960-
CMYK00.0310.20
HSL57.93º100%39.8%-
HSV(B)57.93º100%79.61%-
XYZ44.3752.187.73-
YUV175.7528.82147.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 196 (76.95% from 255) = 49.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.88%
G=49.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203196000.0310.2057.9310039.8
HexCBC400364143a6428
Octal313304003144247214450
Binary110010111100010000111100100101001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC400; }

 p { color: rgb(203,196,0); }

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

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

 a { background-color: rgb(203,196,0); }

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

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

 span { border-color: rgb(203,196,0); }

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