Html Css Color HEX #C8B62C Old Gold

📋 copy color: '#C8B62C'

red 200 ◦ green 182 ◦ blue 44

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

Shades of Old Gold #C8B62C

Tints of Old Gold #C8B62C

RGB

 RED value IS 200 (78.52% from 255) = 46.95%

 GREEN value IS 182 (71.48% from 255) = 42.72%

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 46.95%
G = 42.72%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B62C (or 0xC8B62C) is known color: Old Gold. HEX triplet: C8, B6 and 2C. RGB value is (200,182,44). Sum of RGB (Red+Green+Blue) = 200+182+44=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B62C is #3749D3. Grayscale: #ACACAC. Windows color (decimal): -3623380 or 2930376. OLE color: 2930376.

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

Color convert

RGB 200 182 44 -
CMYK 0 0.09 0.78 0.22
HSL 53.08º 0.64% 0.48% -
HSV(B) 53.08º 0.78% 0.78% -
XYZ 41 45.92 9.08 -
YUV 171.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 200 182 44 0 0.09 0.78 0.22 53.08 0.64 0.48
Hex C8 B6 2C 0 9 4E 16 35 40 30
Octal 310 266 54 0 11 116 26 65 100 60
Binary 11001000 10110110 101100 0 1001 1001110 10110 110101 1000000 110000

Color Harmonies of #C8B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B62C

Black with #C8B62C

Text Example


Text Example

White with #C8B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B62C; }

 p { color: rgb(200,182,44); }

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

background-color css

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

 a { background-color: rgb(200,182,44); }

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

border-color css

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

 span { border-color: rgb(200,182,44); }

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