Html Css Color HEX #C8BC3F Old Gold

📋 copy color: '#C8BC3F'

red 200 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #C8BC3F

Tints of Old Gold #C8BC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

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

R = 44.35%
G = 41.69%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8BC3F (or 0xC8BC3F) is known color: Old Gold. HEX triplet: C8, BC and 3F. RGB value is (200,188,63). Sum of RGB (Red+Green+Blue) = 200+188+63=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC3F is #3743C0. Grayscale: #B1B1B1. Windows color (decimal): -3621825 or 4177096. OLE color: 4177096.

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

Color convert

RGB 200 188 63 -
CMYK 0 0.06 0.68 0.22
HSL 54.74º 0.55% 0.52% -
HSV(B) 54.74º 0.69% 0.78% -
XYZ 42.7 48.6 11.83 -
YUV 177.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 200 188 63 0 0.06 0.68 0.22 54.74 0.55 0.52
Hex C8 BC 3F 0 6 44 16 37 37 34
Octal 310 274 77 0 6 104 26 67 67 64
Binary 11001000 10111100 111111 0 110 1000100 10110 110111 110111 110100

Color Harmonies of #C8BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC3F

Black with #C8BC3F

Text Example


Text Example

White with #C8BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC3F; }

 p { color: rgb(200,188,63); }

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

background-color css

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

 a { background-color: rgb(200,188,63); }

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

border-color css

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

 span { border-color: rgb(200,188,63); }

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