Html Css Color HEX #CBC201 La Rioja

📋 copy color: '#CBC201'

red 203 ◦ green 194 ◦ blue 1

#CBC201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #CBC201

Tints of La Rioja #CBC201

RGB

 RED value IS 203 (79.69% from 255) = 51.01%

 GREEN value IS 194 (76.17% from 255) = 48.74%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 51.01%
G = 48.74%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBC201 (or 0xCBC201) is known color: La Rioja. HEX triplet: CB, C2 and 01. RGB value is (203,194,1). Sum of RGB (Red+Green+Blue) = 203+194+1=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC201 is #343DFE. Grayscale: #AFAFAF. Windows color (decimal): -3423743 or 115403. OLE color: 115403.

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

Color convert

RGB 203 194 1 -
CMYK 0 0.04 1.00 0.20
HSL 57.33º 0.99% 0.4% -
HSV(B) 57.33º 1% 0.8% -
XYZ 43.93 51.28 7.61 -
YUV 174.69 29.98 148.19 -
System Red Green Blue C M Y K H S L
Decimal 203 194 1 0 0.04 1.00 0.20 57.33 0.99 0.4
Hex CB C2 1 0 4 64 14 39 63 28
Octal 313 302 1 0 4 144 24 71 143 50
Binary 11001011 11000010 1 0 100 1100100 10100 111001 1100011 101000

Color Harmonies of #CBC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC201

Black with #CBC201

Text Example


Text Example

White with #CBC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC201; }

 p { color: rgb(203,194,1); }

 H1.HeaderClassName
 {
   color: #CBC201;
 }
 .AnyTagClassName
 {
   color: #CBC201;
 }
</style>

background-color css

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

 a { background-color: rgb(203,194,1); }

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

border-color css

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

 span { border-color: rgb(203,194,1); }

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