Html Css Color HEX #C8B339 Old Gold

📋 copy color: '#C8B339'

red 200 ◦ green 179 ◦ blue 57

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

Shades of Old Gold #C8B339

Tints of Old Gold #C8B339

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 45.87%
G = 41.06%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B339 (or 0xC8B339) is known color: Old Gold. HEX triplet: C8, B3 and 39. RGB value is (200,179,57). Sum of RGB (Red+Green+Blue) = 200+179+57=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B339 is #374CC6. Grayscale: #ABABAB. Windows color (decimal): -3624135 or 3781576. OLE color: 3781576.

HSL color Cylindrical-coordinate representation of color #C8B339: hue angle of 51.19º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8B339 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 57 -
CMYK 0 0.10 0.72 0.22
HSL 51.19º 0.57% 0.5% -
HSV(B) 51.19º 0.72% 0.78% -
XYZ 40.68 44.81 10.38 -
YUV 171.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 200 179 57 0 0.10 0.72 0.22 51.19 0.57 0.5
Hex C8 B3 39 0 A 48 16 33 39 32
Octal 310 263 71 0 12 110 26 63 71 62
Binary 11001000 10110011 111001 0 1010 1001000 10110 110011 111001 110010

Color Harmonies of #C8B339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B339

Black with #C8B339

Text Example


Text Example

White with #C8B339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B339; }

 p { color: rgb(200,179,57); }

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

background-color css

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

 a { background-color: rgb(200,179,57); }

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

border-color css

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

 span { border-color: rgb(200,179,57); }

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