Html Css Color HEX #C8B304 La Rioja

📋 copy color: '#C8B304'

red 200 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #C8B304

Tints of La Rioja #C8B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 52.22%
G = 46.74%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8B304 (or 0xC8B304) is known color: La Rioja. HEX triplet: C8, B3 and 04. RGB value is (200,179,4). Sum of RGB (Red+Green+Blue) = 200+179+4=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B304 is #374CFB. Grayscale: #A6A6A6. Windows color (decimal): -3624188 or 308168. OLE color: 308168.

HSL color Cylindrical-coordinate representation of color #C8B304: hue angle of 53.57º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8B304 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 4 -
CMYK 0 0.10 0.98 0.22
HSL 53.57º 0.96% 0.4% -
HSV(B) 53.57º 0.98% 0.78% -
XYZ 39.96 44.53 6.6 -
YUV 165.33 36.96 152.73 -
System Red Green Blue C M Y K H S L
Decimal 200 179 4 0 0.10 0.98 0.22 53.57 0.96 0.4
Hex C8 B3 4 0 A 62 16 36 60 28
Octal 310 263 4 0 12 142 26 66 140 50
Binary 11001000 10110011 100 0 1010 1100010 10110 110110 1100000 101000

Color Harmonies of #C8B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B304

Black with #C8B304

Text Example


Text Example

White with #C8B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B304; }

 p { color: rgb(200,179,4); }

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

background-color css

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

 a { background-color: rgb(200,179,4); }

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

border-color css

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

 span { border-color: rgb(200,179,4); }

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