Html Css Color HEX #C9B643 Old Gold

📋 copy color: '#C9B643'

red 201 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #C9B643

Tints of Old Gold #C9B643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 44.67%
G = 40.44%
B = 14.89%

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

#C9B643 (or 0xC9B643) is known color: Old Gold. HEX triplet: C9, B6 and 43. RGB value is (201,182,67). Sum of RGB (Red+Green+Blue) = 201+182+67=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B643 is #3649BC. Grayscale: #AFAFAF. Windows color (decimal): -3557821 or 4437705. OLE color: 4437705.

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

Color convert

RGB 201 182 67 -
CMYK 0 0.09 0.67 0.21
HSL 51.49º 0.55% 0.53% -
HSV(B) 51.49º 0.67% 0.79% -
XYZ 41.83 46.28 12.04 -
YUV 174.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 201 182 67 0 0.09 0.67 0.21 51.49 0.55 0.53
Hex C9 B6 43 0 9 43 15 33 37 35
Octal 311 266 103 0 11 103 25 63 67 65
Binary 11001001 10110110 1000011 0 1001 1000011 10101 110011 110111 110101

Color Harmonies of #C9B643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B643

Black with #C9B643

Text Example


Text Example

White with #C9B643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B643; }

 p { color: rgb(201,182,67); }

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

background-color css

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

 a { background-color: rgb(201,182,67); }

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

border-color css

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

 span { border-color: rgb(201,182,67); }

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