Html Css Color HEX #C9B632 Old Gold

📋 copy color: '#C9B632'

red 201 ◦ green 182 ◦ blue 50

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

Shades of Old Gold #C9B632

Tints of Old Gold #C9B632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 46.42%
G = 42.03%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9B632 (or 0xC9B632) is known color: Old Gold. HEX triplet: C9, B6 and 32. RGB value is (201,182,50). Sum of RGB (Red+Green+Blue) = 201+182+50=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B632 is #3649CD. Grayscale: #ADADAD. Windows color (decimal): -3557838 or 3323593. OLE color: 3323593.

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

Color convert

RGB 201 182 50 -
CMYK 0 0.09 0.75 0.21
HSL 52.45º 0.6% 0.49% -
HSV(B) 52.45º 0.75% 0.79% -
XYZ 41.39 46.1 9.73 -
YUV 172.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 201 182 50 0 0.09 0.75 0.21 52.45 0.6 0.49
Hex C9 B6 32 0 9 4B 15 34 3C 31
Octal 311 266 62 0 11 113 25 64 74 61
Binary 11001001 10110110 110010 0 1001 1001011 10101 110100 111100 110001

Color Harmonies of #C9B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B632

Black with #C9B632

Text Example


Text Example

White with #C9B632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B632; }

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

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

background-color css

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

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

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

border-color css

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

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

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