Html Css Color HEX #C9B743 Old Gold

📋 copy color: '#C9B743'

red 201 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #C9B743

Tints of Old Gold #C9B743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 67 (26.56% from 255) = 14.86%

R = 44.57%
G = 40.58%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9B743 (or 0xC9B743) is known color: Old Gold. HEX triplet: C9, B7 and 43. RGB value is (201,183,67). Sum of RGB (Red+Green+Blue) = 201+183+67=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B743 is #3648BC. Grayscale: #AFAFAF. Windows color (decimal): -3557565 or 4437961. OLE color: 4437961.

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

Color convert

RGB 201 183 67 -
CMYK 0 0.09 0.67 0.21
HSL 51.94º 0.55% 0.53% -
HSV(B) 51.94º 0.67% 0.79% -
XYZ 42.03 46.69 12.11 -
YUV 175.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 201 183 67 0 0.09 0.67 0.21 51.94 0.55 0.53
Hex C9 B7 43 0 9 43 15 34 37 35
Octal 311 267 103 0 11 103 25 64 67 65
Binary 11001001 10110111 1000011 0 1001 1000011 10101 110100 110111 110101

Color Harmonies of #C9B743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B743

Black with #C9B743

Text Example


Text Example

White with #C9B743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B743; }

 p { color: rgb(201,183,67); }

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

background-color css

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

 a { background-color: rgb(201,183,67); }

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

border-color css

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

 span { border-color: rgb(201,183,67); }

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