Html Css Color HEX #C8B02C Old Gold

📋 copy color: '#C8B02C'

red 200 ◦ green 176 ◦ blue 44

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

Shades of Old Gold #C8B02C

Tints of Old Gold #C8B02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 47.62%
G = 41.9%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B02C (or 0xC8B02C) is known color: Old Gold. HEX triplet: C8, B0 and 2C. RGB value is (200,176,44). Sum of RGB (Red+Green+Blue) = 200+176+44=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B02C is #374FD3. Grayscale: #A8A8A8. Windows color (decimal): -3624916 or 2928840. OLE color: 2928840.

HSL color Cylindrical-coordinate representation of color #C8B02C: hue angle of 50.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8B02C is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 176 44 -
CMYK 0 0.12 0.78 0.22
HSL 50.77º 0.64% 0.48% -
HSV(B) 50.77º 0.78% 0.78% -
XYZ 39.8 43.51 8.68 -
YUV 168.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 200 176 44 0 0.12 0.78 0.22 50.77 0.64 0.48
Hex C8 B0 2C 0 C 4E 16 33 40 30
Octal 310 260 54 0 14 116 26 63 100 60
Binary 11001000 10110000 101100 0 1100 1001110 10110 110011 1000000 110000

Color Harmonies of #C8B02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B02C

Black with #C8B02C

Text Example


Text Example

White with #C8B02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B02C; }

 p { color: rgb(200,176,44); }

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

background-color css

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

 a { background-color: rgb(200,176,44); }

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

border-color css

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

 span { border-color: rgb(200,176,44); }

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