Html Css Color HEX #C6B53D Old Gold

📋 copy color: '#C6B53D'

red 198 ◦ green 181 ◦ blue 61

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

Shades of Old Gold #C6B53D

Tints of Old Gold #C6B53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

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

R = 45%
G = 41.14%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6B53D (or 0xC6B53D) is known color: Old Gold. HEX triplet: C6, B5 and 3D. RGB value is (198,181,61). Sum of RGB (Red+Green+Blue) = 198+181+61=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B53D is #394AC2. Grayscale: #ACACAC. Windows color (decimal): -3754691 or 4044230. OLE color: 4044230.

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

Color convert

RGB 198 181 61 -
CMYK 0 0.09 0.69 0.22
HSL 52.55º 0.55% 0.51% -
HSV(B) 52.55º 0.69% 0.78% -
XYZ 40.65 45.39 11.03 -
YUV 172.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 198 181 61 0 0.09 0.69 0.22 52.55 0.55 0.51
Hex C6 B5 3D 0 9 45 16 35 37 33
Octal 306 265 75 0 11 105 26 65 67 63
Binary 11000110 10110101 111101 0 1001 1000101 10110 110101 110111 110011

Color Harmonies of #C6B53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B53D

Black with #C6B53D

Text Example


Text Example

White with #C6B53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B53D; }

 p { color: rgb(198,181,61); }

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

background-color css

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

 a { background-color: rgb(198,181,61); }

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

border-color css

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

 span { border-color: rgb(198,181,61); }

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