Html Css Color HEX #CBD001 La Rioja

📋 copy color: '#CBD001'

red 203 ◦ green 208 ◦ blue 1

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

Shades of La Rioja #CBD001

Tints of La Rioja #CBD001

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.49%

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

R = 49.27%
G = 50.49%
B = 0.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#CBD001 (or 0xCBD001) is known color: La Rioja. HEX triplet: CB, D0 and 01. RGB value is (203,208,1). Sum of RGB (Red+Green+Blue) = 203+208+1=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD001 is #342FFE. Grayscale: #B7B7B7. Windows color (decimal): -3420159 or 118987. OLE color: 118987.

HSL color Cylindrical-coordinate representation of color #CBD001: hue angle of 61.45º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD001 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 208 1 -
CMYK 0.02 0 1.00 0.18
HSL 61.45º 0.99% 0.41% -
HSV(B) 61.45º 1% 0.82% -
XYZ 47.19 57.81 8.7 -
YUV 182.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 203 208 1 0.02 0 1.00 0.18 61.45 0.99 0.41
Hex CB D0 1 2 0 64 12 3D 63 29
Octal 313 320 1 2 0 144 22 75 143 51
Binary 11001011 11010000 1 10 0 1100100 10010 111101 1100011 101001

Color Harmonies of #CBD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD001

Black with #CBD001

Text Example


Text Example

White with #CBD001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD001; }

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

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

background-color css

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

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

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

border-color css

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

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

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