Html Css Color HEX #C9B742 Old Gold

📋 copy color: '#C9B742'

red 201 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #C9B742

Tints of Old Gold #C9B742

RGB

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

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

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

R = 44.67%
G = 40.67%
B = 14.67%

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

#C9B742 (or 0xC9B742) is known color: Old Gold. HEX triplet: C9, B7 and 42. RGB value is (201,183,66). Sum of RGB (Red+Green+Blue) = 201+183+66=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B742 is #3648BD. Grayscale: #AFAFAF. Windows color (decimal): -3557566 or 4372425. OLE color: 4372425.

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

Color convert

RGB 201 183 66 -
CMYK 0 0.09 0.67 0.21
HSL 52º 0.56% 0.52% -
HSV(B) 52º 0.67% 0.79% -
XYZ 42 46.68 11.95 -
YUV 175.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 201 183 66 0 0.09 0.67 0.21 52 0.56 0.52
Hex C9 B7 42 0 9 43 15 34 38 34
Octal 311 267 102 0 11 103 25 64 70 64
Binary 11001001 10110111 1000010 0 1001 1000011 10101 110100 111000 110100

Color Harmonies of #C9B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B742

Black with #C9B742

Text Example


Text Example

White with #C9B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B742; }

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

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

background-color css

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

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

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

border-color css

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

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

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