Html Css Color HEX #C8B333 Old Gold

📋 copy color: '#C8B333'

red 200 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #C8B333

Tints of Old Gold #C8B333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.86%

R = 46.51%
G = 41.63%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B333 (or 0xC8B333) is known color: Old Gold. HEX triplet: C8, B3 and 33. RGB value is (200,179,51). Sum of RGB (Red+Green+Blue) = 200+179+51=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B333 is #374CCC. Grayscale: #ABABAB. Windows color (decimal): -3624141 or 3388360. OLE color: 3388360.

HSL color Cylindrical-coordinate representation of color #C8B333: hue angle of 51.54º degrees, saturation: 0.59, 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 #C8B333 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 51 -
CMYK 0 0.10 0.74 0.22
HSL 51.54º 0.59% 0.49% -
HSV(B) 51.54º 0.75% 0.78% -
XYZ 40.54 44.76 9.63 -
YUV 170.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 200 179 51 0 0.10 0.74 0.22 51.54 0.59 0.49
Hex C8 B3 33 0 A 4A 16 34 3B 31
Octal 310 263 63 0 12 112 26 64 73 61
Binary 11001000 10110011 110011 0 1010 1001010 10110 110100 111011 110001

Color Harmonies of #C8B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B333

Black with #C8B333

Text Example


Text Example

White with #C8B333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B333; }

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

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

background-color css

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

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

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

border-color css

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

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

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