Html Css Color HEX #C9BC33 Old Gold

📋 copy color: '#C9BC33'

red 201 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C9BC33

Tints of Old Gold #C9BC33

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

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

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

R = 45.68%
G = 42.73%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9BC33 (or 0xC9BC33) is known color: Old Gold. HEX triplet: C9, BC and 33. RGB value is (201,188,51). Sum of RGB (Red+Green+Blue) = 201+188+51=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC33 is #3643CC. Grayscale: #B0B0B0. Windows color (decimal): -3556301 or 3390665. OLE color: 3390665.

HSL color Cylindrical-coordinate representation of color #C9BC33: hue angle of 54.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9BC33 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 51 -
CMYK 0 0.06 0.75 0.21
HSL 54.8º 0.6% 0.49% -
HSV(B) 54.8º 0.75% 0.79% -
XYZ 42.67 48.62 10.27 -
YUV 176.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 201 188 51 0 0.06 0.75 0.21 54.8 0.6 0.49
Hex C9 BC 33 0 6 4B 15 37 3C 31
Octal 311 274 63 0 6 113 25 67 74 61
Binary 11001001 10111100 110011 0 110 1001011 10101 110111 111100 110001

Color Harmonies of #C9BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC33

Black with #C9BC33

Text Example


Text Example

White with #C9BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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