Html Css Color HEX #C2B709 La Rioja

📋 copy color: '#C2B709'

red 194 ◦ green 183 ◦ blue 9

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

Shades of La Rioja #C2B709

Tints of La Rioja #C2B709

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 50.26%
G = 47.41%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2B709 (or 0xC2B709) is known color: La Rioja. HEX triplet: C2, B7 and 09. RGB value is (194,183,9). Sum of RGB (Red+Green+Blue) = 194+183+9=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B709 is #3D48F6. Grayscale: #A7A7A7. Windows color (decimal): -4016375 or 636866. OLE color: 636866.

HSL color Cylindrical-coordinate representation of color #C2B709: hue angle of 56.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2B709 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 9 -
CMYK 0 0.06 0.95 0.24
HSL 56.43º 0.91% 0.4% -
HSV(B) 56.43º 0.95% 0.76% -
XYZ 39.23 45.36 6.95 -
YUV 166.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 194 183 9 0 0.06 0.95 0.24 56.43 0.91 0.4
Hex C2 B7 9 0 6 5F 18 38 5B 28
Octal 302 267 11 0 6 137 30 70 133 50
Binary 11000010 10110111 1001 0 110 1011111 11000 111000 1011011 101000

Color Harmonies of #C2B709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B709

Black with #C2B709

Text Example


Text Example

White with #C2B709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B709; }

 p { color: rgb(194,183,9); }

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

background-color css

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

 a { background-color: rgb(194,183,9); }

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

border-color css

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

 span { border-color: rgb(194,183,9); }

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