Html Css Color HEX #C9D20D La Rioja

📋 copy color: '#C9D20D'

red 201 ◦ green 210 ◦ blue 13

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

Shades of La Rioja #C9D20D

Tints of La Rioja #C9D20D

RGB

 RED value IS 201 (78.91% from 255) = 47.41%

 GREEN value IS 210 (82.42% from 255) = 49.53%

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

R = 47.41%
G = 49.53%
B = 3.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C9D20D (or 0xC9D20D) is known color: La Rioja. HEX triplet: C9, D2 and 0D. RGB value is (201,210,13). Sum of RGB (Red+Green+Blue) = 201+210+13=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D20D is #362DF2. Grayscale: #B9B9B9. Windows color (decimal): -3550707 or 905929. OLE color: 905929.

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

Color convert

RGB 201 210 13 -
CMYK 0.04 0 0.94 0.18
HSL 62.74º 0.88% 0.44% -
HSV(B) 62.74º 0.94% 0.82% -
XYZ 47.21 58.54 9.19 -
YUV 184.85 31.02 139.52 -
System Red Green Blue C M Y K H S L
Decimal 201 210 13 0.04 0 0.94 0.18 62.74 0.88 0.44
Hex C9 D2 D 4 0 5E 12 3F 58 2C
Octal 311 322 15 4 0 136 22 77 130 54
Binary 11001001 11010010 1101 100 0 1011110 10010 111111 1011000 101100

Color Harmonies of #C9D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D20D

Black with #C9D20D

Text Example


Text Example

White with #C9D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D20D; }

 p { color: rgb(201,210,13); }

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

background-color css

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

 a { background-color: rgb(201,210,13); }

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

border-color css

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

 span { border-color: rgb(201,210,13); }

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