Html Css Color HEX #C4C03F Old Gold

📋 copy color: '#C4C03F'

red 196 ◦ green 192 ◦ blue 63

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

Shades of Old Gold #C4C03F

Tints of Old Gold #C4C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 43.46%
G = 42.57%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4C03F (or 0xC4C03F) is known color: Old Gold. HEX triplet: C4, C0 and 3F. RGB value is (196,192,63). Sum of RGB (Red+Green+Blue) = 196+192+63=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C03F is #3B3FC0. Grayscale: #B3B3B3. Windows color (decimal): -3882945 or 4178116. OLE color: 4178116.

HSL color Cylindrical-coordinate representation of color #C4C03F: hue angle of 58.2º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4C03F is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 63 -
CMYK 0 0.02 0.68 0.23
HSL 58.2º 0.53% 0.51% -
HSV(B) 58.2º 0.68% 0.77% -
XYZ 42.51 49.79 12.07 -
YUV 178.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 196 192 63 0 0.02 0.68 0.23 58.2 0.53 0.51
Hex C4 C0 3F 0 2 44 17 3A 35 33
Octal 304 300 77 0 2 104 27 72 65 63
Binary 11000100 11000000 111111 0 10 1000100 10111 111010 110101 110011

Color Harmonies of #C4C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C03F

Black with #C4C03F

Text Example


Text Example

White with #C4C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C03F; }

 p { color: rgb(196,192,63); }

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

background-color css

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

 a { background-color: rgb(196,192,63); }

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

border-color css

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

 span { border-color: rgb(196,192,63); }

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