Html Css Color HEX #CBDA06 La Rioja

📋 copy color: '#CBDA06'

red 203 ◦ green 218 ◦ blue 6

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

Shades of La Rioja #CBDA06

Tints of La Rioja #CBDA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.05%

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 47.54%
G = 51.05%
B = 1.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CBDA06 (or 0xCBDA06) is known color: La Rioja. HEX triplet: CB, DA and 06. RGB value is (203,218,6). Sum of RGB (Red+Green+Blue) = 203+218+6=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDA06 is #3425F9. Grayscale: #BEBEBE. Windows color (decimal): -3417594 or 449227. OLE color: 449227.

HSL color Cylindrical-coordinate representation of color #CBDA06: hue angle of 64.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBDA06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 6 -
CMYK 0.07 0 0.97 0.15
HSL 64.25º 0.95% 0.44% -
HSV(B) 64.25º 0.97% 0.85% -
XYZ 49.73 62.85 9.68 -
YUV 189.35 24.53 137.74 -
System Red Green Blue C M Y K H S L
Decimal 203 218 6 0.07 0 0.97 0.15 64.25 0.95 0.44
Hex CB DA 6 7 0 61 F 40 5F 2C
Octal 313 332 6 7 0 141 17 100 137 54
Binary 11001011 11011010 110 111 0 1100001 1111 1000000 1011111 101100

Color Harmonies of #CBDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA06

Black with #CBDA06

Text Example


Text Example

White with #CBDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA06; }

 p { color: rgb(203,218,6); }

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

background-color css

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

 a { background-color: rgb(203,218,6); }

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

border-color css

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

 span { border-color: rgb(203,218,6); }

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