Html Css Color HEX #CBD901 La Rioja

📋 copy color: '#CBD901'

red 203 ◦ green 217 ◦ blue 1

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

Shades of La Rioja #CBD901

Tints of La Rioja #CBD901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

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

R = 48.22%
G = 51.54%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CBD901 (or 0xCBD901) is known color: La Rioja. HEX triplet: CB, D9 and 01. RGB value is (203,217,1). Sum of RGB (Red+Green+Blue) = 203+217+1=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD901 is #3426FE. Grayscale: #BDBDBD. Windows color (decimal): -3417855 or 121291. OLE color: 121291.

HSL color Cylindrical-coordinate representation of color #CBD901: hue angle of 63.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD901 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 1 -
CMYK 0.06 0 1.00 0.15
HSL 63.89º 0.99% 0.43% -
HSV(B) 63.89º 1% 0.85% -
XYZ 49.45 62.32 9.45 -
YUV 188.19 22.36 138.56 -
System Red Green Blue C M Y K H S L
Decimal 203 217 1 0.06 0 1.00 0.15 63.89 0.99 0.43
Hex CB D9 1 6 0 64 F 40 63 2B
Octal 313 331 1 6 0 144 17 100 143 53
Binary 11001011 11011001 1 110 0 1100100 1111 1000000 1100011 101011

Color Harmonies of #CBD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD901

Black with #CBD901

Text Example


Text Example

White with #CBD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD901; }

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

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

background-color css

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

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

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

border-color css

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

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

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