Html Css Color HEX #C8BC33 Old Gold

📋 copy color: '#C8BC33'

red 200 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C8BC33

Tints of Old Gold #C8BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

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

R = 45.56%
G = 42.82%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BC33 (or 0xC8BC33) is known color: Old Gold. HEX triplet: C8, BC and 33. RGB value is (200,188,51). Sum of RGB (Red+Green+Blue) = 200+188+51=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC33 is #3743CC. Grayscale: #B0B0B0. Windows color (decimal): -3621837 or 3390664. OLE color: 3390664.

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

Color convert

RGB 200 188 51 -
CMYK 0 0.06 0.74 0.22
HSL 55.17º 0.59% 0.49% -
HSV(B) 55.17º 0.75% 0.78% -
XYZ 42.4 48.48 10.26 -
YUV 175.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 200 188 51 0 0.06 0.74 0.22 55.17 0.59 0.49
Hex C8 BC 33 0 6 4A 16 37 3B 31
Octal 310 274 63 0 6 112 26 67 73 61
Binary 11001000 10111100 110011 0 110 1001010 10110 110111 111011 110001

Color Harmonies of #C8BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC33

Black with #C8BC33

Text Example


Text Example

White with #C8BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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