Html Css Color HEX #C9BE3F Old Gold

📋 copy color: '#C9BE3F'

red 201 ◦ green 190 ◦ blue 63

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

Shades of Old Gold #C9BE3F

Tints of Old Gold #C9BE3F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 63 (25% from 255) = 13.88%

R = 44.27%
G = 41.85%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9BE3F (or 0xC9BE3F) is known color: Old Gold. HEX triplet: C9, BE and 3F. RGB value is (201,190,63). Sum of RGB (Red+Green+Blue) = 201+190+63=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE3F is #3641C0. Grayscale: #B3B3B3. Windows color (decimal): -3555777 or 4177609. OLE color: 4177609.

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

Color convert

RGB 201 190 63 -
CMYK 0 0.05 0.69 0.21
HSL 55.22º 0.56% 0.52% -
HSV(B) 55.22º 0.69% 0.79% -
XYZ 43.4 49.6 11.99 -
YUV 178.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 201 190 63 0 0.05 0.69 0.21 55.22 0.56 0.52
Hex C9 BE 3F 0 5 45 15 37 38 34
Octal 311 276 77 0 5 105 25 67 70 64
Binary 11001001 10111110 111111 0 101 1000101 10101 110111 111000 110100

Color Harmonies of #C9BE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE3F

Black with #C9BE3F

Text Example


Text Example

White with #C9BE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE3F; }

 p { color: rgb(201,190,63); }

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

background-color css

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

 a { background-color: rgb(201,190,63); }

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

border-color css

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

 span { border-color: rgb(201,190,63); }

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