Html Css Color HEX #C9BD3C Old Gold

📋 copy color: '#C9BD3C'

red 201 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #C9BD3C

Tints of Old Gold #C9BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 44.67%
G = 42%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9BD3C (or 0xC9BD3C) is known color: Old Gold. HEX triplet: C9, BD and 3C. RGB value is (201,189,60). Sum of RGB (Red+Green+Blue) = 201+189+60=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD3C is #3642C3. Grayscale: #B2B2B2. Windows color (decimal): -3556036 or 3980745. OLE color: 3980745.

HSL color Cylindrical-coordinate representation of color #C9BD3C: hue angle of 54.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9BD3C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 60 -
CMYK 0 0.06 0.70 0.21
HSL 54.89º 0.57% 0.51% -
HSV(B) 54.89º 0.7% 0.79% -
XYZ 43.1 49.14 11.49 -
YUV 177.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 201 189 60 0 0.06 0.70 0.21 54.89 0.57 0.51
Hex C9 BD 3C 0 6 46 15 37 39 33
Octal 311 275 74 0 6 106 25 67 71 63
Binary 11001001 10111101 111100 0 110 1000110 10101 110111 111001 110011

Color Harmonies of #C9BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD3C

Black with #C9BD3C

Text Example


Text Example

White with #C9BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD3C; }

 p { color: rgb(201,189,60); }

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

background-color css

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

 a { background-color: rgb(201,189,60); }

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

border-color css

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

 span { border-color: rgb(201,189,60); }

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