Html Css Color HEX #C9B93F Old Gold

📋 copy color: '#C9B93F'

red 201 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #C9B93F

Tints of Old Gold #C9B93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 63 (25% from 255) = 14.03%

R = 44.77%
G = 41.2%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9B93F (or 0xC9B93F) is known color: Old Gold. HEX triplet: C9, B9 and 3F. RGB value is (201,185,63). Sum of RGB (Red+Green+Blue) = 201+185+63=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B93F is #3646C0. Grayscale: #B0B0B0. Windows color (decimal): -3557057 or 4176329. OLE color: 4176329.

HSL color Cylindrical-coordinate representation of color #C9B93F: hue angle of 53.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9B93F is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 63 -
CMYK 0 0.08 0.69 0.21
HSL 53.04º 0.56% 0.52% -
HSV(B) 53.04º 0.69% 0.79% -
XYZ 42.33 47.47 11.63 -
YUV 175.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 201 185 63 0 0.08 0.69 0.21 53.04 0.56 0.52
Hex C9 B9 3F 0 8 45 15 35 38 34
Octal 311 271 77 0 10 105 25 65 70 64
Binary 11001001 10111001 111111 0 1000 1000101 10101 110101 111000 110100

Color Harmonies of #C9B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B93F

Black with #C9B93F

Text Example


Text Example

White with #C9B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B93F; }

 p { color: rgb(201,185,63); }

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

background-color css

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

 a { background-color: rgb(201,185,63); }

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

border-color css

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

 span { border-color: rgb(201,185,63); }

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