Html Css Color HEX #C4C03D Old Gold

📋 copy color: '#C4C03D'

red 196 ◦ green 192 ◦ blue 61

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

Shades of Old Gold #C4C03D

Tints of Old Gold #C4C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 43.65%
G = 42.76%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4C03D (or 0xC4C03D) is known color: Old Gold. HEX triplet: C4, C0 and 3D. RGB value is (196,192,61). Sum of RGB (Red+Green+Blue) = 196+192+61=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C03D is #3B3FC2. Grayscale: #B2B2B2. Windows color (decimal): -3882947 or 4047044. OLE color: 4047044.

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

Color convert

RGB 196 192 61 -
CMYK 0 0.02 0.69 0.23
HSL 58.22º 0.53% 0.5% -
HSV(B) 58.22º 0.69% 0.77% -
XYZ 42.46 49.77 11.78 -
YUV 178.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 196 192 61 0 0.02 0.69 0.23 58.22 0.53 0.5
Hex C4 C0 3D 0 2 45 17 3A 35 32
Octal 304 300 75 0 2 105 27 72 65 62
Binary 11000100 11000000 111101 0 10 1000101 10111 111010 110101 110010

Color Harmonies of #C4C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C03D

Black with #C4C03D

Text Example


Text Example

White with #C4C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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