Html Css Color HEX #C4CC0D La Rioja

📋 copy color: '#C4CC0D'

red 196 ◦ green 204 ◦ blue 13

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

Shades of La Rioja #C4CC0D

Tints of La Rioja #C4CC0D

RGB

 RED value IS 196 (76.95% from 255) = 47.46%

 GREEN value IS 204 (80.08% from 255) = 49.39%

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

R = 47.46%
G = 49.39%
B = 3.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#C4CC0D (or 0xC4CC0D) is known color: La Rioja. HEX triplet: C4, CC and 0D. RGB value is (196,204,13). Sum of RGB (Red+Green+Blue) = 196+204+13=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CC0D is #3B33F2. Grayscale: #B4B4B4. Windows color (decimal): -3879923 or 904388. OLE color: 904388.

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

Color convert

RGB 196 204 13 -
CMYK 0.04 0 0.94 0.2
HSL 62.51º 0.88% 0.43% -
HSV(B) 62.51º 0.94% 0.8% -
XYZ 44.43 54.95 8.65 -
YUV 179.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 196 204 13 0.04 0 0.94 0.2 62.51 0.88 0.43
Hex C4 CC D 4 0 5E 14 3F 58 2B
Octal 304 314 15 4 0 136 24 77 130 53
Binary 11000100 11001100 1101 100 0 1011110 10100 111111 1011000 101011

Color Harmonies of #C4CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CC0D

Black with #C4CC0D

Text Example


Text Example

White with #C4CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CC0D; }

 p { color: rgb(196,204,13); }

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

background-color css

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

 a { background-color: rgb(196,204,13); }

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

border-color css

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

 span { border-color: rgb(196,204,13); }

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