Html Css Color HEX #C9B641 Old Gold

📋 copy color: '#C9B641'

red 201 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #C9B641

Tints of Old Gold #C9B641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 44.87%
G = 40.63%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9B641 (or 0xC9B641) is known color: Old Gold. HEX triplet: C9, B6 and 41. RGB value is (201,182,65). Sum of RGB (Red+Green+Blue) = 201+182+65=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B641 is #3649BE. Grayscale: #AEAEAE. Windows color (decimal): -3557823 or 4306633. OLE color: 4306633.

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

Color convert

RGB 201 182 65 -
CMYK 0 0.09 0.68 0.21
HSL 51.62º 0.56% 0.52% -
HSV(B) 51.62º 0.68% 0.79% -
XYZ 41.77 46.26 11.73 -
YUV 174.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 201 182 65 0 0.09 0.68 0.21 51.62 0.56 0.52
Hex C9 B6 41 0 9 44 15 34 38 34
Octal 311 266 101 0 11 104 25 64 70 64
Binary 11001001 10110110 1000001 0 1001 1000100 10101 110100 111000 110100

Color Harmonies of #C9B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B641

Black with #C9B641

Text Example


Text Example

White with #C9B641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B641; }

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

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

background-color css

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

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

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

border-color css

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

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

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