Html Css Color HEX #CBC701 La Rioja

📋 copy color: '#CBC701'

red 203 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #CBC701

Tints of La Rioja #CBC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.38%

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

R = 50.37%
G = 49.38%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CBC701 (or 0xCBC701) is known color: La Rioja. HEX triplet: CB, C7 and 01. RGB value is (203,199,1). Sum of RGB (Red+Green+Blue) = 203+199+1=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC701 is #3438FE. Grayscale: #B2B2B2. Windows color (decimal): -3422463 or 116683. OLE color: 116683.

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

Color convert

RGB 203 199 1 -
CMYK 0 0.02 1.00 0.20
HSL 58.81º 0.99% 0.4% -
HSV(B) 58.81º 1% 0.8% -
XYZ 45.06 53.55 7.99 -
YUV 177.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 203 199 1 0 0.02 1.00 0.20 58.81 0.99 0.4
Hex CB C7 1 0 2 64 14 3B 63 28
Octal 313 307 1 0 2 144 24 73 143 50
Binary 11001011 11000111 1 0 10 1100100 10100 111011 1100011 101000

Color Harmonies of #CBC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC701

Black with #CBC701

Text Example


Text Example

White with #CBC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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