Html Css Color HEX #C9B92D Old Gold

📋 copy color: '#C9B92D'

red 201 ◦ green 185 ◦ blue 45

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

Shades of Old Gold #C9B92D

Tints of Old Gold #C9B92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 46.64%
G = 42.92%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9B92D (or 0xC9B92D) is known color: Old Gold. HEX triplet: C9, B9 and 2D. RGB value is (201,185,45). Sum of RGB (Red+Green+Blue) = 201+185+45=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B92D is #3646D2. Grayscale: #AEAEAE. Windows color (decimal): -3557075 or 2996681. OLE color: 2996681.

HSL color Cylindrical-coordinate representation of color #C9B92D: hue angle of 53.85º 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 #C9B92D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 45 -
CMYK 0 0.08 0.78 0.21
HSL 53.85º 0.63% 0.48% -
HSV(B) 53.85º 0.78% 0.79% -
XYZ 41.91 47.3 9.4 -
YUV 173.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 201 185 45 0 0.08 0.78 0.21 53.85 0.63 0.48
Hex C9 B9 2D 0 8 4E 15 36 3F 30
Octal 311 271 55 0 10 116 25 66 77 60
Binary 11001001 10111001 101101 0 1000 1001110 10101 110110 111111 110000

Color Harmonies of #C9B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B92D

Black with #C9B92D

Text Example


Text Example

White with #C9B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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