Html Css Color HEX #C9B942 Old Gold

📋 copy color: '#C9B942'

red 201 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #C9B942

Tints of Old Gold #C9B942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 44.47%
G = 40.93%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9B942 (or 0xC9B942) is known color: Old Gold. HEX triplet: C9, B9 and 42. RGB value is (201,185,66). Sum of RGB (Red+Green+Blue) = 201+185+66=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B942 is #3646BD. Grayscale: #B0B0B0. Windows color (decimal): -3557054 or 4372937. OLE color: 4372937.

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

Color convert

RGB 201 185 66 -
CMYK 0 0.08 0.67 0.21
HSL 52.89º 0.56% 0.52% -
HSV(B) 52.89º 0.67% 0.79% -
XYZ 42.42 47.51 12.09 -
YUV 176.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 201 185 66 0 0.08 0.67 0.21 52.89 0.56 0.52
Hex C9 B9 42 0 8 43 15 35 38 34
Octal 311 271 102 0 10 103 25 65 70 64
Binary 11001001 10111001 1000010 0 1000 1000011 10101 110101 111000 110100

Color Harmonies of #C9B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B942

Black with #C9B942

Text Example


Text Example

White with #C9B942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B942; }

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

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

background-color css

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

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

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

border-color css

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

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

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