Html Css Color HEX #CBD601 La Rioja

📋 copy color: '#CBD601'

red 203 ◦ green 214 ◦ blue 1

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

Shades of La Rioja #CBD601

Tints of La Rioja #CBD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

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

R = 48.56%
G = 51.2%
B = 0.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CBD601 (or 0xCBD601) is known color: La Rioja. HEX triplet: CB, D6 and 01. RGB value is (203,214,1). Sum of RGB (Red+Green+Blue) = 203+214+1=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD601 is #3429FE. Grayscale: #BBBBBB. Windows color (decimal): -3418623 or 120523. OLE color: 120523.

HSL color Cylindrical-coordinate representation of color #CBD601: hue angle of 63.1º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD601 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 1 -
CMYK 0.05 0 1.00 0.16
HSL 63.1º 0.99% 0.42% -
HSV(B) 63.1º 1% 0.84% -
XYZ 48.68 60.79 9.2 -
YUV 186.43 23.36 139.82 -
System Red Green Blue C M Y K H S L
Decimal 203 214 1 0.05 0 1.00 0.16 63.1 0.99 0.42
Hex CB D6 1 5 0 64 10 3F 63 2A
Octal 313 326 1 5 0 144 20 77 143 52
Binary 11001011 11010110 1 101 0 1100100 10000 111111 1100011 101010

Color Harmonies of #CBD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD601

Black with #CBD601

Text Example


Text Example

White with #CBD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD601; }

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

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

background-color css

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

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

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

border-color css

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

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

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