Html Css Color HEX #C6B83D Old Gold

📋 copy color: '#C6B83D'

red 198 ◦ green 184 ◦ blue 61

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

Shades of Old Gold #C6B83D

Tints of Old Gold #C6B83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 44.7%
G = 41.53%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6B83D (or 0xC6B83D) is known color: Old Gold. HEX triplet: C6, B8 and 3D. RGB value is (198,184,61). Sum of RGB (Red+Green+Blue) = 198+184+61=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B83D is #3947C2. Grayscale: #AEAEAE. Windows color (decimal): -3753923 or 4044998. OLE color: 4044998.

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

Color convert

RGB 198 184 61 -
CMYK 0 0.07 0.69 0.22
HSL 53.87º 0.55% 0.51% -
HSV(B) 53.87º 0.69% 0.78% -
XYZ 41.27 46.62 11.24 -
YUV 174.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 198 184 61 0 0.07 0.69 0.22 53.87 0.55 0.51
Hex C6 B8 3D 0 7 45 16 36 37 33
Octal 306 270 75 0 7 105 26 66 67 63
Binary 11000110 10111000 111101 0 111 1000101 10110 110110 110111 110011

Color Harmonies of #C6B83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B83D

Black with #C6B83D

Text Example


Text Example

White with #C6B83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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