Html Css Color HEX #C8B639 Old Gold

📋 copy color: '#C8B639'

red 200 ◦ green 182 ◦ blue 57

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

Shades of Old Gold #C8B639

Tints of Old Gold #C8B639

RGB

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

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

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

R = 45.56%
G = 41.46%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B639 (or 0xC8B639) is known color: Old Gold. HEX triplet: C8, B6 and 39. RGB value is (200,182,57). Sum of RGB (Red+Green+Blue) = 200+182+57=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B639 is #3749C6. Grayscale: #ADADAD. Windows color (decimal): -3623367 or 3782344. OLE color: 3782344.

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

Color convert

RGB 200 182 57 -
CMYK 0 0.09 0.72 0.22
HSL 52.45º 0.57% 0.5% -
HSV(B) 52.45º 0.72% 0.78% -
XYZ 41.29 46.03 10.58 -
YUV 173.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 200 182 57 0 0.09 0.72 0.22 52.45 0.57 0.5
Hex C8 B6 39 0 9 48 16 34 39 32
Octal 310 266 71 0 11 110 26 64 71 62
Binary 11001000 10110110 111001 0 1001 1001000 10110 110100 111001 110010

Color Harmonies of #C8B639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B639

Black with #C8B639

Text Example


Text Example

White with #C8B639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B639; }

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

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

background-color css

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

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

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

border-color css

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

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

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