Html Css Color HEX #C6B43F Old Gold

📋 copy color: '#C6B43F'

red 198 ◦ green 180 ◦ blue 63

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

Shades of Old Gold #C6B43F

Tints of Old Gold #C6B43F

RGB

 RED value IS 198 (77.73% from 255) = 44.9%

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

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

R = 44.9%
G = 40.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6B43F (or 0xC6B43F) is known color: Old Gold. HEX triplet: C6, B4 and 3F. RGB value is (198,180,63). Sum of RGB (Red+Green+Blue) = 198+180+63=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B43F is #394BC0. Grayscale: #ACACAC. Windows color (decimal): -3754945 or 4175046. OLE color: 4175046.

HSL color Cylindrical-coordinate representation of color #C6B43F: hue angle of 52º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6B43F is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 180 63 -
CMYK 0 0.09 0.68 0.22
HSL 52º 0.54% 0.51% -
HSV(B) 52º 0.68% 0.78% -
XYZ 40.51 45.01 11.25 -
YUV 172.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 198 180 63 0 0.09 0.68 0.22 52 0.54 0.51
Hex C6 B4 3F 0 9 44 16 34 36 33
Octal 306 264 77 0 11 104 26 64 66 63
Binary 11000110 10110100 111111 0 1001 1000100 10110 110100 110110 110011

Color Harmonies of #C6B43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B43F

Black with #C6B43F

Text Example


Text Example

White with #C6B43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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