Html Css Color HEX #C9BA33 Old Gold

📋 copy color: '#C9BA33'

red 201 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #C9BA33

Tints of Old Gold #C9BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

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

R = 45.89%
G = 42.47%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9BA33 (or 0xC9BA33) is known color: Old Gold. HEX triplet: C9, BA and 33. RGB value is (201,186,51). Sum of RGB (Red+Green+Blue) = 201+186+51=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA33 is #3645CC. Grayscale: #AFAFAF. Windows color (decimal): -3556813 or 3390153. OLE color: 3390153.

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

Color convert

RGB 201 186 51 -
CMYK 0 0.07 0.75 0.21
HSL 54º 0.6% 0.49% -
HSV(B) 54º 0.75% 0.79% -
XYZ 42.24 47.77 10.13 -
YUV 175.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 201 186 51 0 0.07 0.75 0.21 54 0.6 0.49
Hex C9 BA 33 0 7 4B 15 36 3C 31
Octal 311 272 63 0 7 113 25 66 74 61
Binary 11001001 10111010 110011 0 111 1001011 10101 110110 111100 110001

Color Harmonies of #C9BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA33

Black with #C9BA33

Text Example


Text Example

White with #C9BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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