Html Css Color HEX #CBD701 La Rioja

📋 copy color: '#CBD701'

red 203 ◦ green 215 ◦ blue 1

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

Shades of La Rioja #CBD701

Tints of La Rioja #CBD701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

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

R = 48.45%
G = 51.31%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CBD701 (or 0xCBD701) is known color: La Rioja. HEX triplet: CB, D7 and 01. RGB value is (203,215,1). Sum of RGB (Red+Green+Blue) = 203+215+1=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD701 is #3428FE. Grayscale: #BBBBBB. Windows color (decimal): -3418367 or 120779. OLE color: 120779.

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

Color convert

RGB 203 215 1 -
CMYK 0.06 0 1.00 0.16
HSL 63.36º 0.99% 0.42% -
HSV(B) 63.36º 1% 0.84% -
XYZ 48.93 61.3 9.28 -
YUV 187.02 23.02 139.4 -
System Red Green Blue C M Y K H S L
Decimal 203 215 1 0.06 0 1.00 0.16 63.36 0.99 0.42
Hex CB D7 1 6 0 64 10 3F 63 2A
Octal 313 327 1 6 0 144 20 77 143 52
Binary 11001011 11010111 1 110 0 1100100 10000 111111 1100011 101010

Color Harmonies of #CBD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD701

Black with #CBD701

Text Example


Text Example

White with #CBD701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD701; }

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

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

background-color css

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

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

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

border-color css

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

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

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