Html Css Color HEX #C9B333 Old Gold

📋 copy color: '#C9B333'

red 201 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #C9B333

Tints of Old Gold #C9B333

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

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

R = 46.64%
G = 41.53%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9B333 (or 0xC9B333) is known color: Old Gold. HEX triplet: C9, B3 and 33. RGB value is (201,179,51). Sum of RGB (Red+Green+Blue) = 201+179+51=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B333 is #364CCC. Grayscale: #ABABAB. Windows color (decimal): -3558605 or 3388361. OLE color: 3388361.

HSL color Cylindrical-coordinate representation of color #C9B333: hue angle of 51.2º 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 #C9B333 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 51 -
CMYK 0 0.11 0.75 0.21
HSL 51.2º 0.6% 0.49% -
HSV(B) 51.2º 0.75% 0.79% -
XYZ 40.81 44.9 9.65 -
YUV 170.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 201 179 51 0 0.11 0.75 0.21 51.2 0.6 0.49
Hex C9 B3 33 0 B 4B 15 33 3C 31
Octal 311 263 63 0 13 113 25 63 74 61
Binary 11001001 10110011 110011 0 1011 1001011 10101 110011 111100 110001

Color Harmonies of #C9B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B333

Black with #C9B333

Text Example


Text Example

White with #C9B333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B333; }

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

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

background-color css

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

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

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

border-color css

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

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

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