Html Css Color HEX #C9B63C Old Gold

📋 copy color: '#C9B63C'

red 201 ◦ green 182 ◦ blue 60

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

Shades of Old Gold #C9B63C

Tints of Old Gold #C9B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 45.37%
G = 41.08%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9B63C (or 0xC9B63C) is known color: Old Gold. HEX triplet: C9, B6 and 3C. RGB value is (201,182,60). Sum of RGB (Red+Green+Blue) = 201+182+60=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B63C is #3649C3. Grayscale: #AEAEAE. Windows color (decimal): -3557828 or 3978953. OLE color: 3978953.

HSL color Cylindrical-coordinate representation of color #C9B63C: hue angle of 51.91º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9B63C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 60 -
CMYK 0 0.09 0.70 0.21
HSL 51.91º 0.57% 0.51% -
HSV(B) 51.91º 0.7% 0.79% -
XYZ 41.63 46.2 11 -
YUV 173.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 201 182 60 0 0.09 0.70 0.21 51.91 0.57 0.51
Hex C9 B6 3C 0 9 46 15 34 39 33
Octal 311 266 74 0 11 106 25 64 71 63
Binary 11001001 10110110 111100 0 1001 1000110 10101 110100 111001 110011

Color Harmonies of #C9B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B63C

Black with #C9B63C

Text Example


Text Example

White with #C9B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B63C; }

 p { color: rgb(201,182,60); }

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

background-color css

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

 a { background-color: rgb(201,182,60); }

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

border-color css

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

 span { border-color: rgb(201,182,60); }

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