Html Css Color HEX #C0AD0D La Rioja

📋 copy color: '#C0AD0D'

red 192 ◦ green 173 ◦ blue 13

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

Shades of La Rioja #C0AD0D

Tints of La Rioja #C0AD0D

RGB

 RED value IS 192 (75.39% from 255) = 50.79%

 GREEN value IS 173 (67.97% from 255) = 45.77%

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

R = 50.79%
G = 45.77%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0AD0D (or 0xC0AD0D) is known color: La Rioja. HEX triplet: C0, AD and 0D. RGB value is (192,173,13). Sum of RGB (Red+Green+Blue) = 192+173+13=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD0D is #3F52F2. Grayscale: #A1A1A1. Windows color (decimal): -4150003 or 896448. OLE color: 896448.

HSL color Cylindrical-coordinate representation of color #C0AD0D: hue angle of 53.63º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0AD0D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 13 -
CMYK 0 0.10 0.93 0.25
HSL 53.63º 0.87% 0.4% -
HSV(B) 53.63º 0.93% 0.75% -
XYZ 36.75 41.12 6.38 -
YUV 160.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 192 173 13 0 0.10 0.93 0.25 53.63 0.87 0.4
Hex C0 AD D 0 A 5D 19 36 57 28
Octal 300 255 15 0 12 135 31 66 127 50
Binary 11000000 10101101 1101 0 1010 1011101 11001 110110 1010111 101000

Color Harmonies of #C0AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD0D

Black with #C0AD0D

Text Example


Text Example

White with #C0AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD0D; }

 p { color: rgb(192,173,13); }

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

background-color css

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

 a { background-color: rgb(192,173,13); }

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

border-color css

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

 span { border-color: rgb(192,173,13); }

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