Html Css Color HEX #C9B542 Old Gold

📋 copy color: '#C9B542'

red 201 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #C9B542

Tints of Old Gold #C9B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 44.87%
G = 40.4%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9B542 (or 0xC9B542) is known color: Old Gold. HEX triplet: C9, B5 and 42. RGB value is (201,181,66). Sum of RGB (Red+Green+Blue) = 201+181+66=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B542 is #364ABD. Grayscale: #AEAEAE. Windows color (decimal): -3558078 or 4371913. OLE color: 4371913.

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

Color convert

RGB 201 181 66 -
CMYK 0 0.10 0.67 0.21
HSL 51.11º 0.56% 0.52% -
HSV(B) 51.11º 0.67% 0.79% -
XYZ 41.59 45.86 11.81 -
YUV 173.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 201 181 66 0 0.10 0.67 0.21 51.11 0.56 0.52
Hex C9 B5 42 0 A 43 15 33 38 34
Octal 311 265 102 0 12 103 25 63 70 64
Binary 11001001 10110101 1000010 0 1010 1000011 10101 110011 111000 110100

Color Harmonies of #C9B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B542

Black with #C9B542

Text Example


Text Example

White with #C9B542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B542; }

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

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

background-color css

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

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

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

border-color css

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

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

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