Html Css Color HEX #C4B43F Old Gold

📋 copy color: '#C4B43F'

red 196 ◦ green 180 ◦ blue 63

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

Shades of Old Gold #C4B43F

Tints of Old Gold #C4B43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 44.65%
G = 41%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4B43F (or 0xC4B43F) is known color: Old Gold. HEX triplet: C4, B4 and 3F. RGB value is (196,180,63). Sum of RGB (Red+Green+Blue) = 196+180+63=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B43F is #3B4BC0. Grayscale: #ABABAB. Windows color (decimal): -3886017 or 4175044. OLE color: 4175044.

HSL color Cylindrical-coordinate representation of color #C4B43F: hue angle of 52.78º 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 #C4B43F is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 63 -
CMYK 0 0.08 0.68 0.23
HSL 52.78º 0.53% 0.51% -
HSV(B) 52.78º 0.68% 0.77% -
XYZ 39.98 44.74 11.23 -
YUV 171.45 66.8 145.51 -
System Red Green Blue C M Y K H S L
Decimal 196 180 63 0 0.08 0.68 0.23 52.78 0.53 0.51
Hex C4 B4 3F 0 8 44 17 35 35 33
Octal 304 264 77 0 10 104 27 65 65 63
Binary 11000100 10110100 111111 0 1000 1000100 10111 110101 110101 110011

Color Harmonies of #C4B43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B43F

Black with #C4B43F

Text Example


Text Example

White with #C4B43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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