Html Css Color HEX #C8B331 Old Gold

📋 copy color: '#C8B331'

red 200 ◦ green 179 ◦ blue 49

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

Shades of Old Gold #C8B331

Tints of Old Gold #C8B331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.45%

R = 46.73%
G = 41.82%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8B331 (or 0xC8B331) is known color: Old Gold. HEX triplet: C8, B3 and 31. RGB value is (200,179,49). Sum of RGB (Red+Green+Blue) = 200+179+49=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B331 is #374CCE. Grayscale: #ABABAB. Windows color (decimal): -3624143 or 3257288. OLE color: 3257288.

HSL color Cylindrical-coordinate representation of color #C8B331: hue angle of 51.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B331 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 49 -
CMYK 0 0.10 0.76 0.22
HSL 51.66º 0.61% 0.49% -
HSV(B) 51.66º 0.76% 0.78% -
XYZ 40.49 44.74 9.41 -
YUV 170.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 200 179 49 0 0.10 0.76 0.22 51.66 0.61 0.49
Hex C8 B3 31 0 A 4C 16 34 3D 31
Octal 310 263 61 0 12 114 26 64 75 61
Binary 11001000 10110011 110001 0 1010 1001100 10110 110100 111101 110001

Color Harmonies of #C8B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B331

Black with #C8B331

Text Example


Text Example

White with #C8B331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B331; }

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

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

background-color css

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

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

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

border-color css

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

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

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