Html Css Color HEX #C9B639 Old Gold

📋 copy color: '#C9B639'

red 201 ◦ green 182 ◦ blue 57

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

Shades of Old Gold #C9B639

Tints of Old Gold #C9B639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 45.68%
G = 41.36%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C9B639 (or 0xC9B639) is known color: Old Gold. HEX triplet: C9, B6 and 39. RGB value is (201,182,57). Sum of RGB (Red+Green+Blue) = 201+182+57=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B639 is #3649C6. Grayscale: #ADADAD. Windows color (decimal): -3557831 or 3782345. OLE color: 3782345.

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

Color convert

RGB 201 182 57 -
CMYK 0 0.09 0.72 0.21
HSL 52.08º 0.57% 0.51% -
HSV(B) 52.08º 0.72% 0.79% -
XYZ 41.55 46.17 10.59 -
YUV 173.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 201 182 57 0 0.09 0.72 0.21 52.08 0.57 0.51
Hex C9 B6 39 0 9 48 15 34 39 33
Octal 311 266 71 0 11 110 25 64 71 63
Binary 11001001 10110110 111001 0 1001 1001000 10101 110100 111001 110011

Color Harmonies of #C9B639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B639

Black with #C9B639

Text Example


Text Example

White with #C9B639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B639; }

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

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

background-color css

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

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

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

border-color css

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

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

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