Html Css Color HEX #C9B42B Old Gold

📋 copy color: '#C9B42B'

red 201 ◦ green 180 ◦ blue 43

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

Shades of Old Gold #C9B42B

Tints of Old Gold #C9B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 47.41%
G = 42.45%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9B42B (or 0xC9B42B) is known color: Old Gold. HEX triplet: C9, B4 and 2B. RGB value is (201,180,43). Sum of RGB (Red+Green+Blue) = 201+180+43=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B42B is #364BD4. Grayscale: #ABABAB. Windows color (decimal): -3558357 or 2864329. OLE color: 2864329.

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

Color convert

RGB 201 180 43 -
CMYK 0 0.10 0.79 0.21
HSL 52.03º 0.65% 0.48% -
HSV(B) 52.03º 0.79% 0.79% -
XYZ 40.84 45.23 8.86 -
YUV 170.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 201 180 43 0 0.10 0.79 0.21 52.03 0.65 0.48
Hex C9 B4 2B 0 A 4F 15 34 41 30
Octal 311 264 53 0 12 117 25 64 101 60
Binary 11001001 10110100 101011 0 1010 1001111 10101 110100 1000001 110000

Color Harmonies of #C9B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B42B

Black with #C9B42B

Text Example


Text Example

White with #C9B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B42B; }

 p { color: rgb(201,180,43); }

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

background-color css

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

 a { background-color: rgb(201,180,43); }

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

border-color css

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

 span { border-color: rgb(201,180,43); }

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