Html Css Color HEX #C9B72D Old Gold

📋 copy color: '#C9B72D'

red 201 ◦ green 183 ◦ blue 45

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

Shades of Old Gold #C9B72D

Tints of Old Gold #C9B72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 46.85%
G = 42.66%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9B72D (or 0xC9B72D) is known color: Old Gold. HEX triplet: C9, B7 and 2D. RGB value is (201,183,45). Sum of RGB (Red+Green+Blue) = 201+183+45=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B72D is #3648D2. Grayscale: #ADADAD. Windows color (decimal): -3557587 or 2996169. OLE color: 2996169.

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

Color convert

RGB 201 183 45 -
CMYK 0 0.09 0.78 0.21
HSL 53.08º 0.63% 0.48% -
HSV(B) 53.08º 0.78% 0.79% -
XYZ 41.49 46.47 9.27 -
YUV 172.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 201 183 45 0 0.09 0.78 0.21 53.08 0.63 0.48
Hex C9 B7 2D 0 9 4E 15 35 3F 30
Octal 311 267 55 0 11 116 25 65 77 60
Binary 11001001 10110111 101101 0 1001 1001110 10101 110101 111111 110000

Color Harmonies of #C9B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B72D

Black with #C9B72D

Text Example


Text Example

White with #C9B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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