Html Css Color HEX #C4B73D Old Gold

📋 copy color: '#C4B73D'

red 196 ◦ green 183 ◦ blue 61

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

Shades of Old Gold #C4B73D

Tints of Old Gold #C4B73D

RGB

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

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

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

R = 44.55%
G = 41.59%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4B73D (or 0xC4B73D) is known color: Old Gold. HEX triplet: C4, B7 and 3D. RGB value is (196,183,61). Sum of RGB (Red+Green+Blue) = 196+183+61=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B73D is #3B48C2. Grayscale: #ADADAD. Windows color (decimal): -3885251 or 4044740. OLE color: 4044740.

HSL color Cylindrical-coordinate representation of color #C4B73D: hue angle of 54.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 #C4B73D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 61 -
CMYK 0 0.07 0.69 0.23
HSL 54.22º 0.53% 0.5% -
HSV(B) 54.22º 0.69% 0.77% -
XYZ 40.54 45.94 11.15 -
YUV 172.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 196 183 61 0 0.07 0.69 0.23 54.22 0.53 0.5
Hex C4 B7 3D 0 7 45 17 36 35 32
Octal 304 267 75 0 7 105 27 66 65 62
Binary 11000100 10110111 111101 0 111 1000101 10111 110110 110101 110010

Color Harmonies of #C4B73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B73D

Black with #C4B73D

Text Example


Text Example

White with #C4B73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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