Html Css Color HEX #C8D70B La Rioja

📋 copy color: '#C8D70B'

red 200 ◦ green 215 ◦ blue 11

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

Shades of La Rioja #C8D70B

Tints of La Rioja #C8D70B

RGB

 RED value IS 200 (78.52% from 255) = 46.95%

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 46.95%
G = 50.47%
B = 2.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#C8D70B (or 0xC8D70B) is known color: La Rioja. HEX triplet: C8, D7 and 0B. RGB value is (200,215,11). Sum of RGB (Red+Green+Blue) = 200+215+11=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D70B is #3728F4. Grayscale: #BCBCBC. Windows color (decimal): -3614965 or 776136. OLE color: 776136.

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

Color convert

RGB 200 215 11 -
CMYK 0.07 0 0.95 0.16
HSL 64.41º 0.9% 0.44% -
HSV(B) 64.41º 0.95% 0.84% -
XYZ 48.18 60.9 9.53 -
YUV 187.26 28.53 137.09 -
System Red Green Blue C M Y K H S L
Decimal 200 215 11 0.07 0 0.95 0.16 64.41 0.9 0.44
Hex C8 D7 B 7 0 5F 10 40 5A 2C
Octal 310 327 13 7 0 137 20 100 132 54
Binary 11001000 11010111 1011 111 0 1011111 10000 1000000 1011010 101100

Color Harmonies of #C8D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D70B

Black with #C8D70B

Text Example


Text Example

White with #C8D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D70B; }

 p { color: rgb(200,215,11); }

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

background-color css

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

 a { background-color: rgb(200,215,11); }

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

border-color css

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

 span { border-color: rgb(200,215,11); }

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