#CBC300

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

Shades of La Rioja #CBC300

Tints of La Rioja #CBC300

Color information

#CBC300 (or 0xCBC300) is unknown color: approx La Rioja. HEX triplet: CB, C3 and 00. RGB value is (203,195,0). Sum of RGB (Red+Green+Blue) = 203+195+0=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC300 is #343CFF. Grayscale: #AFAFAF. Windows color (decimal): -3423488 or 50123. OLE color: 50123.

HSL color Cylindrical-coordinate representation of color #CBC300: hue angle of 57.64º 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 #CBC300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2031950-
CMYK00.0410.20
HSL57.64º100%39.8%-
HSV(B)57.64º100%79.61%-
XYZ44.1451.737.66-
YUV175.1629.15147.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 195 (76.56% from 255) = 48.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.01%
G=48.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203195000.0410.2057.6410039.8
HexCBC300464143a6428
Octal313303004144247214450
Binary1100101111000011001001100100101001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC300; }

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

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

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

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

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

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

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

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