Html Css Color HEX #C4B32D Old Gold

📋 copy color: '#C4B32D'

red 196 ◦ green 179 ◦ blue 45

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

Shades of Old Gold #C4B32D

Tints of Old Gold #C4B32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 46.67%
G = 42.62%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4B32D (or 0xC4B32D) is known color: Old Gold. HEX triplet: C4, B3 and 2D. RGB value is (196,179,45). Sum of RGB (Red+Green+Blue) = 196+179+45=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B32D is #3B4CD2. Grayscale: #A9A9A9. Windows color (decimal): -3886291 or 2995140. OLE color: 2995140.

HSL color Cylindrical-coordinate representation of color #C4B32D: hue angle of 53.25º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4B32D is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 45 -
CMYK 0 0.09 0.77 0.23
HSL 53.25º 0.63% 0.47% -
HSV(B) 53.25º 0.77% 0.77% -
XYZ 39.36 44.17 8.93 -
YUV 168.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 196 179 45 0 0.09 0.77 0.23 53.25 0.63 0.47
Hex C4 B3 2D 0 9 4D 17 35 3F 2F
Octal 304 263 55 0 11 115 27 65 77 57
Binary 11000100 10110011 101101 0 1001 1001101 10111 110101 111111 101111

Color Harmonies of #C4B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B32D

Black with #C4B32D

Text Example


Text Example

White with #C4B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B32D; }

 p { color: rgb(196,179,45); }

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

background-color css

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

 a { background-color: rgb(196,179,45); }

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

border-color css

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

 span { border-color: rgb(196,179,45); }

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