Html Css Color HEX #C9BF40 Old Gold

📋 copy color: '#C9BF40'

red 201 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #C9BF40

Tints of Old Gold #C9BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 44.08%
G = 41.89%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9BF40 (or 0xC9BF40) is known color: Old Gold. HEX triplet: C9, BF and 40. RGB value is (201,191,64). Sum of RGB (Red+Green+Blue) = 201+191+64=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF40 is #3640BF. Grayscale: #B4B4B4. Windows color (decimal): -3555520 or 4243401. OLE color: 4243401.

HSL color Cylindrical-coordinate representation of color #C9BF40: hue angle of 55.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 #C9BF40 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 64 -
CMYK 0 0.05 0.68 0.21
HSL 55.62º 0.56% 0.52% -
HSV(B) 55.62º 0.68% 0.79% -
XYZ 43.64 50.05 12.21 -
YUV 179.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 201 191 64 0 0.05 0.68 0.21 55.62 0.56 0.52
Hex C9 BF 40 0 5 44 15 38 38 34
Octal 311 277 100 0 5 104 25 70 70 64
Binary 11001001 10111111 1000000 0 101 1000100 10101 111000 111000 110100

Color Harmonies of #C9BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF40

Black with #C9BF40

Text Example


Text Example

White with #C9BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF40; }

 p { color: rgb(201,191,64); }

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

background-color css

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

 a { background-color: rgb(201,191,64); }

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

border-color css

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

 span { border-color: rgb(201,191,64); }

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