Html Css Color HEX #C8D30D La Rioja

📋 copy color: '#C8D30D'

red 200 ◦ green 211 ◦ blue 13

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

Shades of La Rioja #C8D30D

Tints of La Rioja #C8D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.76%

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 47.17%
G = 49.76%
B = 3.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C8D30D (or 0xC8D30D) is known color: La Rioja. HEX triplet: C8, D3 and 0D. RGB value is (200,211,13). Sum of RGB (Red+Green+Blue) = 200+211+13=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D30D is #372CF2. Grayscale: #B9B9B9. Windows color (decimal): -3615987 or 906184. OLE color: 906184.

HSL color Cylindrical-coordinate representation of color #C8D30D: hue angle of 63.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8D30D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 13 -
CMYK 0.05 0 0.94 0.17
HSL 63.33º 0.88% 0.44% -
HSV(B) 63.33º 0.94% 0.83% -
XYZ 47.19 58.9 9.26 -
YUV 185.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 200 211 13 0.05 0 0.94 0.17 63.33 0.88 0.44
Hex C8 D3 D 5 0 5E 11 3F 58 2C
Octal 310 323 15 5 0 136 21 77 130 54
Binary 11001000 11010011 1101 101 0 1011110 10001 111111 1011000 101100

Color Harmonies of #C8D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D30D

Black with #C8D30D

Text Example


Text Example

White with #C8D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D30D; }

 p { color: rgb(200,211,13); }

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

background-color css

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

 a { background-color: rgb(200,211,13); }

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

border-color css

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

 span { border-color: rgb(200,211,13); }

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